BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Public Attributes | Friends | List of all members
Fiber::DoubleQuadratureDescriptor Struct Reference

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)
 

Detailed Description

Parameters of a quadrature rule used in the evaluation of integrals over pairs of elements.


The documentation for this struct was generated from the following file: