17#ifndef dealii_quadrature_selector_h
18#define dealii_quadrature_selector_h
70 <<
"You tried to generate a QGauss object with an invalid "
72 <<
" of quadrature points in each coordinate "
73 <<
"direction. This number must be greater than or equal "
81 <<
"You tried to generate a " << arg1
82 <<
" object; no order is needed for objects of this kind, but "
83 << arg2 <<
" was given as argument.");
89 << arg1 <<
" is not a valid name for a quadrature rule.");
static std::string get_quadrature_names()
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 & ExcInvalidQGaussOrder(int arg1)
static ::ExceptionBase & ExcInvalidQuadrature(std::string arg1)
#define DeclException2(Exception2, type1, type2, outsequence)
#define DeclException1(Exception1, type1, outsequence)