BEM++
2.0
|
Parameters of a quadrature rule used in the evaluation of integrals over single elements. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/single_quadrature_descriptor.hpp>
Public Member Functions | |
bool | operator< (const SingleQuadratureDescriptor &other) const |
bool | operator== (const SingleQuadratureDescriptor &other) const |
bool | operator!= (const SingleQuadratureDescriptor &other) const |
Public Attributes | |
int | vertexCount |
Number of vertices of the element constituing the integration domain. | |
int | order |
Degree of accuracy of the quadrature rule. | |
Friends | |
std::ostream & | operator<< (std::ostream &dest, const SingleQuadratureDescriptor &obj) |
Parameters of a quadrature rule used in the evaluation of integrals over single elements.