Class LineQuadrature

Inheritance Relationships

Base Type

Class Documentation

class LineQuadrature : public opensn::SpatialQuadrature

Quadrature for use on reference lines.

Public Functions

explicit LineQuadrature(QuadratureOrder order)
inline const std::pair<double, double> &GetRange() const

Get the range on which the quadrature is defined.

void SetRange(const std::pair<double, double> &range)

Set the range on which the quadrature is defined. Note that calling this method results in translation of the abscissae and scaling of the weights.