template<typename LinOp>
class Bembel::EFIE< LinOp >
Definition at line 31 of file EFIE.hpp.
|
Eigen::Matrix< typename PotentialReturnScalar< typename LinearOperatorTraits< LinOp >::Scalar, std::complex< double > >::Scalar, 3, 1 > | evaluateIntegrand_impl (const FunctionEvaluator< LinOp > &fun_ev, const ElementTreeNode &element, const Eigen::Vector3d &point, const SurfacePoint &p) const |
|
std::complex< double > | evaluateKernel (const Eigen::Vector3d &x, const Eigen::Vector3d &y) const |
| Fundamental solution of Helmholtz problem.
|
|
Eigen::VectorXcd | evaluateKernelGrad (const Eigen::Vector3d &x, const Eigen::Vector3d &y) const |
| Gradient of fundamental solution of Helmholtz problem.
|
|
void | set_wavenumber (std::complex< double > wavenumber) |
|
std::complex< double > | get_wavenumber () |
|
Eigen::Matrix< typename PotentialReturnScalar< typename LinearOperatorTraits< LinOp >::Scalar, typename PotentialTraits< EFIE< LinOp > >::Scalar >::Scalar, 1, PotentialTraits< EFIE< 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 |
|
EFIE< LinOp > & | derived () |
|
const EFIE< LinOp > & | derived () const |
|