36 double qweight = 1.0/n_quadrature_points;
37 for(
unsigned int q=0; q < n_quadrature_points; q++) {
44 #endif // QMIDPOINT_HH_ QMidpoint(unsigned int n_quadrature_points)
Empty constructor.
Base class for quadrature rules on simplices in arbitrary dimensions.
Global macros to enhance readability and debugging, general constants.
std::vector< double > weights
List of weights to the quadrature points.
Basic definitions of numerical quadrature rules.
typename arma::Col< Type >::template fixed< nr > ArmaVec
Class representing midpoint rule, with uniformly distributed points of the same weight.