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>
Symmetric Gauss-Legendre quadrature formulae on simplices.
QGauss(unsigned int dim, const unsigned int order)
Create a formula of given order.
std::array< QGauss, 4 > array
static std::array< QGauss, 4 > make_array(unsigned int order)
Base class for quadrature rules on simplices in arbitrary dimensions.
Basic definitions of numerical quadrature rules.