Class LineQuadrature
Defined in File line_quadrature.h
Inheritance Relationships
Base Type
public opensn::SpatialQuadrature
(Class SpatialQuadrature)
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.
-
explicit LineQuadrature(QuadratureOrder order)