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 | |
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... | |
enum QuadType |