QMidpoint Family

class QMidpointTensorized : public QuadratureBase

Protected Functions

inline virtual void SetName() override

sets: order of the quadrature

Sets: name of the quadrature

virtual void SetNq() override

sets: number of gridpoints of the quadrature

virtual void SetPointsAndWeights() override

Computes the a vector (length: nq) of (coordinates of) gridpoints used for the quadrature rule. Computes the a vector (length: nq) of weights for the gridpoints. The indices match the gridpoints VectorVector. Sets computed values for _points and _weights.

virtual void SetConnectivity() override

sets: Connectivity Adjacency Matrix as VektorVektor

class QMidpointTensorized2D : public QuadratureBase

Protected Functions

inline virtual void SetName() override

sets: order of the quadrature

Sets: name of the quadrature

virtual void SetNq() override

sets: number of gridpoints of the quadrature

virtual void SetPointsAndWeights() override

Computes the a vector (length: nq) of (coordinates of) gridpoints used for the quadrature rule. Computes the a vector (length: nq) of weights for the gridpoints. The indices match the gridpoints VectorVector. Sets computed values for _points and _weights.

virtual void SetConnectivity() override

sets: Connectivity Adjacency Matrix as VektorVektor

class QMidpoint1D : public QuadratureBase

Protected Functions

inline virtual void SetName() override

sets: order of the quadrature

Sets: name of the quadrature

virtual void SetNq() override

sets: number of gridpoints of the quadrature

virtual void SetPointsAndWeights() override

Computes the a vector (length: nq) of (coordinates of) gridpoints used for the quadrature rule. Computes the a vector (length: nq) of weights for the gridpoints. The indices match the gridpoints VectorVector. Sets computed values for _points and _weights.

virtual void SetConnectivity() override

sets: Connectivity Adjacency Matrix as VektorVektor