21 #ifndef bempp_modified_helmholtz_3d_double_layer_potential_operator_hpp
22 #define bempp_modified_helmholtz_3d_double_layer_potential_operator_hpp
24 #include "modified_helmholtz_3d_potential_operator_base.hpp"
30 template <
typename BasisFunctionType>
31 struct ModifiedHelmholtz3dDoubleLayerPotentialOperatorImpl;
44 template <
typename BasisFunctionType_>
47 ModifiedHelmholtz3dDoubleLayerPotentialOperatorImpl<BasisFunctionType_>,
51 ModifiedHelmholtz3dDoubleLayerPotentialOperatorImpl<BasisFunctionType_>,
Base::BasisFunctionType BasisFunctionType
Type of the values of the basis functions into which functions acted upon by the operator are expande...
Definition: modified_helmholtz_3d_potential_operator_base.hpp:58
Base::CollectionOfKernels CollectionOfKernels
Definition: modified_helmholtz_3d_potential_operator_base.hpp:72
Base::ResultType ResultType
Type of the values of the potential.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:60
Base::KernelTrialIntegral KernelTrialIntegral
Type of the appropriate instantiation of Fiber::KernelTrialIntegral.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:69
Base::CoordinateType CoordinateType
Type used to represent coordinates.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:62
Base class for potential operators for the modified Helmholtz equation in 3D.
Definition: modified_helmholtz_3d_potential_operator_base.hpp:44
virtual ~ModifiedHelmholtz3dDoubleLayerPotentialOperator()
Destructor.
Definition: modified_helmholtz_3d_double_layer_potential_operator.cpp:77
Base::CollectionOfBasisTransformations CollectionOfBasisTransformations
Type of the appropriate instantiation of Fiber::CollectionOfBasisTransformations. ...
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:65
Base::CollectionOfBasisTransformations CollectionOfBasisTransformations
Definition: modified_helmholtz_3d_potential_operator_base.hpp:70
Base::CollectionOfKernels CollectionOfKernels
Type of the appropriate instantiation of Fiber::CollectionOfKernels.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:67
Base::KernelTrialIntegral KernelTrialIntegral
Definition: modified_helmholtz_3d_potential_operator_base.hpp:74
Base::KernelType KernelType
Type of the values of kernel functions.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:58
Base::BasisFunctionType BasisFunctionType
Type of the values of the basis functions into which functions acted upon by the operator are expande...
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:56
Base::CoordinateType CoordinateType
Definition: modified_helmholtz_3d_potential_operator_base.hpp:64
Base::ResultType ResultType
Type of the values of the potential.
Definition: modified_helmholtz_3d_potential_operator_base.hpp:62
KernelType waveNumber() const
Return the wave number set previously in the constructor.
Base::KernelType KernelType
Type of the values of kernel functions.
Definition: modified_helmholtz_3d_potential_operator_base.hpp:60
ModifiedHelmholtz3dDoubleLayerPotentialOperator(KernelType waveNumber)
Constructor.
Definition: modified_helmholtz_3d_double_layer_potential_operator.cpp:70
Double-layer potential operator for the modified Helmholtz equation in 3D.
Definition: modified_helmholtz_3d_double_layer_potential_operator.hpp:45