4#ifndef IPPL_MIDPOINTQUADRATURE_H
5#define IPPL_MIDPOINTQUADRATURE_H
18 template <
typename T,
unsigned NumNodes1D,
typename ElementType>
void computeNodesAndWeights() override
Computes the quadrature nodes and weights.
MidpointQuadrature(const ElementType &ref_element)
Construct a new Midpoint Quadrature object.
Quadrature(const ElementType &ref_element)
Construct a new Quadrature object.