BEM++
2.0
|
Parameters of a quadrature rule used in the evaluation of integrals over pairs of elements. More...
#include </home/wojtek/Projects/BEM/bempp-sven/bempp/lib/fiber/double_quadrature_descriptor.hpp>
Public Member Functions | |
bool | operator< (const DoubleQuadratureDescriptor &other) const |
bool | operator== (const DoubleQuadratureDescriptor &other) const |
bool | operator!= (const DoubleQuadratureDescriptor &other) const |
Public Attributes | |
ElementPairTopology | topology |
Element pair configuration. | |
int | testOrder |
Degree of accuracy of the quadrature rule used on the test element. | |
int | trialOrder |
Degree of accuracy of the quadrature rule used on the trial element. | |
Friends | |
std::ostream & | operator<< (std::ostream &dest, const DoubleQuadratureDescriptor &obj) |
Parameters of a quadrature rule used in the evaluation of integrals over pairs of elements.