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::SingleQuadratureDescriptor Struct Reference

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)
 

Detailed Description

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


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