|
ug4
|
#include "lib_grid/grid/grid_base_objects.h"#include "quadrature.h"#include "quadrature_provider_impl.h"Go to the source code of this file.
Classes | |
| class | ug::QuadratureRuleProvider< TDim > |
| provides quadrature rules for a reference dimension More... | |
Namespaces | |
| namespace | 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 | |
| std::ostream & | ug::operator<< (std::ostream &out, const QuadType &v) |
| writes the Identifier to the output stream | |
| enum QuadType |