4#ifndef IPPL_MIDPOINTQUADRATURE_H
5#define IPPL_MIDPOINTQUADRATURE_H
18 template <
typename T,
unsigned NumNodes1D,
typename ElementType>
Implementations for FFT constructor/destructor and transforms.
This is a class representing the midpoint quadrature rule.
void computeNodesAndWeights() override
Computes the quadrature nodes and weights.
MidpointQuadrature(const ElementType &ref_element)
Construct a new Midpoint Quadrature object.
This is the base class for all quadrature rules.