21 #ifndef bempp_hypersingular_integral_operator_hpp
22 #define bempp_hypersingular_integral_operator_hpp
24 #include "../common/common.hpp"
26 #include "abstract_boundary_operator.hpp"
27 #include "../common/types.hpp"
28 #include "../fiber/types.hpp"
31 #include "../common/armadillo_fwd.hpp"
37 template <
typename CoordinateType>
class CollectionOfShapesetTransformations;
38 template <
typename KernelType>
class CollectionOfKernels;
39 template <
typename BasisFunctionType,
typename KernelType,
typename ResultType>
40 class TestKernelTrialIntegral;
41 template <
typename ResultType>
class LocalAssemblerForOperators;
50 class EvaluationOptions;
51 template <
typename BasisFunctionType,
typename ResultType>
class GridFunction;
52 template <
typename ValueType>
class InterpolatedFunction;
104 template <
typename BasisFunctionType_,
typename KernelType_,
typename ResultType_>
142 const std::string&
label,
149 virtual shared_ptr<DiscreteBoundaryOperator<ResultType_> >
224 std::pair<shared_ptr<LocalAssembler>, shared_ptr<LocalAssembler> >
229 std::pair<shared_ptr<LocalAssembler>, shared_ptr<LocalAssembler> >
230 reallyMakeAssemblers(
232 const shared_ptr<const GeometryFactory>& testGeometryFactory,
233 const shared_ptr<const GeometryFactory>& trialGeometryFactory,
238 const shared_ptr<const Fiber::OpenClHandler>& openClHandler,
240 VerbosityLevel::Level verbosityLevel,
241 bool cacheSingularIntegrals,
242 bool makeSeparateOffDiagonalAssembler)
const;
244 shared_ptr<DiscreteBoundaryOperator<ResultType_> >
245 assembleWeakFormInternal(
249 std::auto_ptr<DiscreteBoundaryOperator<ResultType_> >
250 assembleWeakFormInDenseMode(
253 std::auto_ptr<DiscreteBoundaryOperator<ResultType_> >
254 assembleWeakFormInAcaMode(
Fiber::TestKernelTrialIntegral< BasisFunctionType, KernelType, ResultType > TestKernelTrialIntegral
Type of the appropriate instantiation of Fiber::TestKernelTrialIntegral.
Definition: hypersingular_integral_operator.hpp:135
std::string label() const
Return the label of the operator.
Definition: abstract_boundary_operator.cpp:149
Fiber::CollectionOfShapesetTransformations< CoordinateType > CollectionOfShapesetTransformations
Type of the appropriate instantiation of Fiber::CollectionOfShapesetTransformations.
Definition: hypersingular_integral_operator.hpp:124
Fiber::LocalAssemblerForIntegralOperators< ResultType > LocalAssembler
Type of the appropriate instantiation of Fiber::LocalAssemblerForOperators.
Definition: hypersingular_integral_operator.hpp:119
Base class for quadrature strategies.
Definition: quadrature_strategy.hpp:242
Parallel operation settings.
Definition: parallelization_options.hpp:32
Function space.
Definition: assembled_potential_operator.hpp:35
virtual const CollectionOfShapesetTransformations & offDiagonalTrialTransformations() const =0
Return the collection of trial-function transformations occurring in the second representation of the...
Base::CoordinateType CoordinateType
Type used to represent coordinates.
Definition: hypersingular_integral_operator.hpp:115
Assembly context.
Definition: context.hpp:30
virtual const TestKernelTrialIntegral & integral() const =0
Return an object representing the integral that is the first representation of the weak form of this ...
virtual const CollectionOfKernels & offDiagonalKernels() const =0
Return the collection of kernel functions occurring in the in the second representation of the weak f...
BasisFunctionType_ BasisFunctionType
Type of the values of the (components of the) basis functions into which functions acted upon by the ...
Definition: abstract_boundary_operator.hpp:95
shared_ptr< const Space< BasisFunctionType > > range() const
Range.
Definition: abstract_boundary_operator.cpp:135
int symmetry() const
Return the symmetry properties of the operator.
Definition: abstract_boundary_operator.cpp:156
Base::QuadratureStrategy QuadratureStrategy
Type of the appropriate instantiation of Fiber::QuadratureStrategy.
Definition: hypersingular_integral_operator.hpp:117
Fiber::CollectionOfKernels< KernelType > CollectionOfKernels
Type of the appropriate instantiation of Fiber::CollectionOfKernels.
Definition: hypersingular_integral_operator.hpp:132
Collection of shape functions defined on a reference element.
Definition: default_local_assembler_for_operators_on_surfaces_utilities.hpp:34
virtual shared_ptr< DiscreteBoundaryOperator< ResultType_ > > assembleWeakFormImpl(const Context< BasisFunctionType, ResultType > &context) const
Assemble and return the operator's weak form.
Definition: hypersingular_integral_operator.cpp:165
Abstract (non-discretized) boundary operator.
Definition: abstract_boundary_operator.hpp:90
Abstract interface of a local assembler for integral operators.
Definition: local_assembler_for_integral_operators.hpp:48
ScalarTraits< ResultType >::RealType CoordinateType
Type used to represent coordinates.
Definition: abstract_boundary_operator.hpp:99
shared_ptr< const Space< BasisFunctionType > > dualToRange() const
Dual to range.
Definition: abstract_boundary_operator.cpp:142
Hypersingular integral boundary operator.
Definition: hypersingular_integral_operator.hpp:105
shared_ptr< const Space< BasisFunctionType > > domain() const
Domain.
Definition: abstract_boundary_operator.cpp:128
ResultType_ ResultType
Type used to represent elements of the weak form of the operator.
Definition: abstract_boundary_operator.hpp:97
Definition: default_local_assembler_for_operators_on_surfaces_utilities.hpp:35
Base::BasisFunctionType BasisFunctionType
Type of the values of the (components of the) basis functions into which functions acted upon by the ...
Definition: hypersingular_integral_operator.hpp:111
virtual const CollectionOfShapesetTransformations & testTransformations() const =0
Return the collection of test-function transformations occurring in the first representation of the w...
virtual bool isLocal() const
Return false.
Definition: hypersingular_integral_operator.cpp:59
HypersingularIntegralOperator(const shared_ptr< const Space< BasisFunctionType > > &domain, const shared_ptr< const Space< BasisFunctionType > > &range, const shared_ptr< const Space< BasisFunctionType > > &dualToRange, const std::string &label, int symmetry)
Constructor.
Definition: hypersingular_integral_operator.cpp:47
Fiber::CollectionOfShapesetTransformations< CoordinateType > CollectionOfBasisTransformations
Type of the appropriate instantiation of Fiber::CollectionOfBasisTransformations. ...
Definition: hypersingular_integral_operator.hpp:130
Options determining how weak-form assembly is done.
Definition: assembly_options.hpp:43
KernelType_ KernelType
Type of the values of the (components of the) kernel functions.
Definition: hypersingular_integral_operator.hpp:121
virtual const TestKernelTrialIntegral & offDiagonalIntegral() const =0
Return an object representing the integral that is the second representation of the weak form of this...
Base::ResultType ResultType
Type used to represent elements of the weak form of the operator.
Definition: hypersingular_integral_operator.hpp:113
virtual const CollectionOfShapesetTransformations & offDiagonalTestTransformations() const =0
Return the collection of test-function transformations occurring in the second representation of the ...
virtual const CollectionOfShapesetTransformations & trialTransformations() const =0
Return the collection of trial-function transformations occurring in the first representation of the ...
virtual const CollectionOfKernels & kernels() const =0
Return the collection of kernel functions occurring in the weak form of this operator.