This class implements the specification of the integration for the single layer operator for Laplace. More...
#include <SingleLayerOperator.hpp>
This class implements the specification of the integration for the single layer operator for Laplace.
Definition at line 38 of file SingleLayerOperator.hpp.
Public Member Functions | |
template<class T > | |
void | evaluateIntegrand_impl (const T &super_space, const SurfacePoint &p1, const SurfacePoint &p2, Eigen::Matrix< typename LinearOperatorTraits< LaplaceSingleLayerOperator >::Scalar, Eigen::Dynamic, Eigen::Dynamic > *intval) const |
Eigen::Matrix< double, 1, 1 > | evaluateFMMInterpolation_impl (const SurfacePoint &p1, const SurfacePoint &p2) const |
double | evaluateKernel (const Eigen::Vector3d &x, const Eigen::Vector3d &y) const |
Fundamental solution of Laplace problem. | |
Public Member Functions inherited from Bembel::LinearOperatorBase< LaplaceSingleLayerOperator > | |
void | evaluateIntegrand (const T &super_space, const SurfacePoint &p1, const SurfacePoint &p2, Eigen::Matrix< typename LinearOperatorTraits< LaplaceSingleLayerOperator >::Scalar, Eigen::Dynamic, Eigen::Dynamic > *intval) const |
Eigen::Matrix< typename LinearOperatorTraits< LaplaceSingleLayerOperator >::Scalar, getFunctionSpaceVectorDimension< LinearOperatorTraits< LaplaceSingleLayerOperator >::Form >) *LinearOperatorTraits< LaplaceSingleLayerOperator >::NumberOfFMMComponents, getFunctionSpaceVectorDimension< LinearOperatorTraits< LaplaceSingleLayerOperator >::Form >) *LinearOperatorTraits< LaplaceSingleLayerOperator >::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... | |
LaplaceSingleLayerOperator & | derived () |
const LaplaceSingleLayerOperator & | derived () const |