ug4
quadrature_provider.h File Reference

Go to the source code of this file.

Classes

class  ug::QuadratureRuleProvider< TDim >
 provides quadrature rules for a reference dimension More...
 

Namespaces

 ug
 the ug namespace
 

Enumerations

enum  QuadType {
  BEST = 0 , GAUSS , GAUSS_LEGENDRE , NEWTON_COTES ,
  NUM_QUADRATURE_TYPES
}
 types of quadratures More...
 

Functions

QuadType ug::GetQuadratureType (const std::string &name)
 returns Identifier from string More...
 
std::ostream & ug::operator<< (std::ostream &out, const QuadType &v)
 writes the Identifier to the output stream More...
 

Enumeration Type Documentation

◆ QuadType

enum QuadType

types of quadratures

Enumerator
BEST 
GAUSS 
GAUSS_LEGENDRE 
NEWTON_COTES 
NUM_QUADRATURE_TYPES