12#ifndef BEMBEL_SRC_UTIL_SURFACEL2ERROR_HPP_
13#define BEMBEL_SRC_UTIL_SURFACEL2ERROR_HPP_
17template <
typename Op,
typename Derived,
typename Functor>
19 const Eigen::MatrixBase<Derived> &
vec,
21 typedef typename Derived::Scalar Scalar;
29 const ElementTree &
et =
super_space.get_mesh().get_element_tree();
31 for (
auto i = 0;
i <
Q.w_.size(); ++
i) {
34 const auto &
x_f =
qp.segment<3>(3);
35 const auto &
x_f_dx =
qp.segment<3>(6);
36 const auto &
x_f_dy =
qp.segment<3>(9);
Eigen::Matrix< double, 12, 1 > SurfacePoint
typedef of SurfacePoint
Routines for the evalutation of pointwise errors.
constexpr int getFunctionSpaceOutputDimension()