25 const unsigned int order)
29 else if (s ==
"gauss_lobatto")
31 else if (s ==
"gauss_chebyshev")
33 else if (s ==
"gauss_radau_chebyshev")
35 else if (s ==
"gauss_lobatto_chebyshev")
43 else if (s ==
"milne")
45 else if (s ==
"simpson")
49 else if (s ==
"trapez")
51 else if (s ==
"trapezoid")
53 else if (s ==
"weddle")
69 const unsigned int order)
70 :
Quadrature<dim>(create_quadrature(s, order).get_points(),
71 create_quadrature(s, order).get_weights())
81 "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
#define AssertThrow(cond, exc)