21 #ifndef fiber_test_function_integrator_hpp
22 #define fiber_test_function_integrator_hpp
24 #include "../common/common.hpp"
26 #include "scalar_traits.hpp"
29 #include "../common/armadillo_fwd.hpp"
36 template <
typename ValueType>
class Shapeset;
40 template <
typename BasisFunctionType,
typename ResultType>
48 virtual void integrate(
49 const std::vector<int>& elementIndices,
51 arma::Mat<ResultType>& result)
const = 0;
Traits of scalar types.
Definition: scalar_traits.hpp:40
Integration of products of test functions and arbitrary functions over elements.
Definition: test_function_integrator.hpp:41
Collection of shape functions defined on a reference element.
Definition: default_local_assembler_for_operators_on_surfaces_utilities.hpp:34