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")
47 else if (s ==
"trapez")
49 else if (s ==
"weddle")
65 const unsigned int order)
66 :
Quadrature<dim>(create_quadrature(s, order).get_points(),
67 create_quadrature(s, order).get_weights())
77 "gauss|gauss_lobatto|gauss_chebyshev|gauss_radau_chebyshev|gauss_lobatto_chebyshev|midpoint|milne|simpson|trapez|weddle");
static Quadrature< dim > create_quadrature(const std::string &s, const unsigned int order)
static std::string get_quadrature_names()
#define AssertThrow(cond, exc)
QuadratureSelector(const std::string &s, const unsigned int order=0)
#define DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_NAMESPACE_OPEN