ug4
|
#include "common/util/string_util.h"
#include "quadrature_provider.h"
#include "gauss/gauss_quad.h"
#include "gauss/gauss_quad_vertex.h"
#include "newton_cotes/newton_cotes.h"
#include "gauss_legendre/gauss_legendre.h"
#include "gauss_jacobi/gauss_jacobi10.h"
#include "gauss_jacobi/gauss_jacobi20.h"
#include "gauss_tensor_prod/gauss_tensor_prod.h"
#include "lib_disc/reference_element/reference_element.h"
#include <algorithm>
#include <locale>
Namespaces | |
ug | |
the ug namespace | |
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... | |