19 #ifndef QUADRATURE_LIB_HH_ 20 #define QUADRATURE_LIB_HH_ 36 typedef std::array<QGauss, 4>
array;
40 inline static std::array<QGauss, 4>
make_array(
unsigned int order)
50 QGauss(
unsigned int dim,
const unsigned int order);
52 template<u
int dimension>
Base class for quadrature rules on simplices in arbitrary dimensions.
Symmetric Gauss-Legendre quadrature formulae on simplices.
Basic definitions of numerical quadrature rules.
static std::array< QGauss, 4 > make_array(unsigned int order)
std::array< QGauss, 4 > array
QGauss(unsigned int dim, const unsigned int order)
Create a formula of given order.