24 const unsigned int order)
28 else if (s ==
"gauss_lobatto")
30 else if (s ==
"gauss_chebyshev")
32 else if (s ==
"gauss_radau_chebyshev")
34 else if (s ==
"gauss_lobatto_chebyshev")
42 else if (s ==
"milne")
44 else if (s ==
"simpson")
48 else if (s ==
"trapez")
50 else if (s ==
"trapezoid")
52 else if (s ==
"weddle")
68 const unsigned int order)
80 "gauss|gauss_lobatto|gauss_chebyshev|gauss_radau_chebyshev|gauss_lobatto_chebyshev|midpoint|milne|simpson|trapez|weddle");
static std::string get_quadrature_names()
QuadratureSelector(const std::string &s, const unsigned int order=0)
static Quadrature< dim > create_quadrature(const std::string &s, const unsigned int order)
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
static ::ExceptionBase & ExcInvalidOrder(std::string arg1, unsigned int arg2)
static ::ExceptionBase & ExcInvalidQuadrature(std::string arg1)
#define AssertThrow(cond, exc)