local operator base class. this serves as a common interface for existing local operators More...
#include <LocalOperatorBase.hpp>
local operator base class. this serves as a common interface for existing local operators
Definition at line 22 of file LocalOperatorBase.hpp.
Additional Inherited Members | |
Public Member Functions inherited from Bembel::LinearOperatorBase< Derived > | |
template<class T > | |
void | evaluateIntegrand (const T &super_space, const SurfacePoint &p1, const SurfacePoint &p2, Eigen::Matrix< typename LinearOperatorTraits< Derived >::Scalar, Eigen::Dynamic, Eigen::Dynamic > *intval) const |
Eigen::Matrix< typename LinearOperatorTraits< Derived >::Scalar, getFunctionSpaceVectorDimension< LinearOperatorTraits< Derived >::Form >) *LinearOperatorTraits< Derived >::NumberOfFMMComponents, getFunctionSpaceVectorDimension< LinearOperatorTraits< Derived >::Form >) *LinearOperatorTraits< Derived >::NumberOfFMMComponents > | evaluateFMMInterpolation (const SurfacePoint &p1, const SurfacePoint &p2) const |
int | get_FarfieldQuadratureDegree (int ansatz_degree) const |
int | getNearfieldQuadratureDegree (int ansatz_degree, double distance, int level) const |
Compute quadrature degree for numerical integretation close to the singularity based on distance, refinement level, degree of ansatz functions and operator_order. More... | |
Derived & | derived () |
const Derived & | derived () const |