12#ifndef BEMBEL_SRC_DUFFYTRICK_FARFIELDQUADRATURENODES_HPP_
13#define BEMBEL_SRC_DUFFYTRICK_FARFIELDQUADRATURENODES_HPP_
28 double h = (
super_space.get_mesh().get_element_tree().cpbegin())->get_h();
30 auto pbegin =
super_space.get_mesh().get_element_tree().cpbegin();
31 auto pend =
super_space.get_mesh().get_element_tree().cpend();
35 for (
auto it = pbegin;
it != pend; ++
it) {
37 for (
auto k = 0;
k <
Q.xi_.cols(); ++
k) {
std::vector< ElementSurfacePoints > computeFfieldQnodes(const T &super_space, const Cubature &Q)
evaluates a given quadrature on all surface panels storage format is qNodes.col(k) = [xi,...
Eigen::Matrix< double, 12, 1 > SurfacePoint
typedef of SurfacePoint
Routines for the evalutation of pointwise errors.
constexpr int getFunctionSpaceOutputDimension()