BEM++
2.0
|
Default implementation of a quadrature descriptor selector used during the discretization of functions. More...
Public Types | |
typedef ScalarTraits < BasisFunctionType > ::RealType | CoordinateType |
Public Member Functions | |
DefaultQuadratureDescriptorSelectorForGridFunctions (const shared_ptr< const RawGridGeometry< CoordinateType > > &rawGeometry, const shared_ptr< const std::vector< const Shapeset< BasisFunctionType > * > > &testShapesets, const AccuracyOptionsEx &accuracyOptions) | |
virtual SingleQuadratureDescriptor | quadratureDescriptor (int elementIndex) const |
Return the descriptor of the quadrature rule to be used on a particular element. | |
![]() | |
virtual | ~QuadratureDescriptorSelectorForGridFunctions () |
Destructor. | |
Default implementation of a quadrature descriptor selector used during the discretization of functions.
The choice of quadrature rule accuracy can be influenced by the accuracyOptions
parameter taken by the constructor.