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