21 #ifndef bempp_modified_helmholtz_3d_hypersingular_boundaryoperator_hpp
22 #define bempp_modified_helmholtz_3d_hypersingular_boundaryoperator_hpp
24 #include "boundary_operator.hpp"
25 #include "helmholtz_3d_operators_common.hpp"
26 #include "symmetry.hpp"
129 template <
typename BasisFunctionType,
typename KernelType,
typename ResultType>
130 BoundaryOperator<BasisFunctionType, ResultType>
132 const shared_ptr<
const Context<BasisFunctionType,ResultType> >& context,
133 const shared_ptr<
const Space<BasisFunctionType> >& domain,
134 const shared_ptr<
const Space<BasisFunctionType> >& range,
135 const shared_ptr<
const Space<BasisFunctionType> >& dualToRange,
136 KernelType waveNumber,
137 const std::string& label =
"",
138 int symmetry = NO_SYMMETRY,
139 bool useInterpolation =
false,
140 int interpPtsPerWavelength = DEFAULT_HELMHOLTZ_INTERPOLATION_DENSITY);
BoundaryOperator< BasisFunctionType, ResultType > modifiedHelmholtz3dHypersingularBoundaryOperator(const shared_ptr< const Context< BasisFunctionType, ResultType > > &context, const shared_ptr< const Space< BasisFunctionType > > &domain, const shared_ptr< const Space< BasisFunctionType > > &range, const shared_ptr< const Space< BasisFunctionType > > &dualToRange, KernelType waveNumber, const std::string &label, int symmetry, bool useInterpolation, int interpPtsPerWavelength)
Construct a BoundaryOperator object representing the hypersingular operator associated with the modif...
Definition: modified_helmholtz_3d_hypersingular_boundary_operator.cpp:198