BEM++
2.0
|
Family of quadrature rules over single elements. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/single_quadrature_rule_family.hpp>
Public Member Functions | |
virtual | ~SingleQuadratureRuleFamily () |
Destructor. | |
virtual void | fillQuadraturePointsAndWeights (const SingleQuadratureDescriptor &desc, arma::Mat< CoordinateType > &points, std::vector< CoordinateType > &weights) const =0 |
Fill arrays of quadrature points and weights. More... | |
Family of quadrature rules over single elements.
|
pure virtual |
Fill arrays of quadrature points and weights.
[in] | desc | Quadrature descriptor. |
[out] | points | 2D array whose (i, j)th element will contain the ith (local) coordinate of the jth quadrature point. |
[out] | weights | Vector of quadrature point weights. |
Implemented in Fiber::DefaultSingleQuadratureRuleFamily< CoordinateType >.