This class implements the specification of the integration for the single layer potential for Laplace. More...
#include <SingleLayerPotential.hpp>
This class implements the specification of the integration for the single layer potential for Laplace.
Definition at line 34 of file SingleLayerPotential.hpp.
Public Member Functions | |
Eigen::Matrix< typename PotentialReturnScalar< typename LinearOperatorTraits< LinOp >::Scalar, double >::Scalar, 1, 1 > | evaluateIntegrand_impl (const FunctionEvaluator< LinOp > &fun_ev, const ElementTreeNode &element, const Eigen::Vector3d &point, const SurfacePoint &p) const |
double | evaluateKernel (const Eigen::Vector3d &x, const Eigen::Vector3d &y) const |
Fundamental solution of Laplace problem. | |
Public Member Functions inherited from Bembel::PotentialBase< LaplaceSingleLayerPotential< LinOp >, LinOp > | |
Eigen::Matrix< typename PotentialReturnScalar< typename LinearOperatorTraits< LinOp >::Scalar, typename PotentialTraits< LaplaceSingleLayerPotential< LinOp > >::Scalar >::Scalar, 1, PotentialTraits< LaplaceSingleLayerPotential< LinOp > >::OutputSpaceDimension > | evaluateIntegrand (const AnsatzSpace< LinOp > &ansatz_space, const Eigen::Matrix< typename LinearOperatorTraits< LinOp >::Scalar, Eigen::Dynamic, getFunctionSpaceVectorDimension< LinearOperatorTraits< LinOp >::Form >()> &coeff, const Eigen::VectorXd &point, const SurfacePoint &p) const |
LaplaceSingleLayerPotential< LinOp > & | derived () |
const LaplaceSingleLayerPotential< LinOp > & | derived () const |