Class GaussChebyshevQuadrature

Inheritance Relationships

Base Type

Class Documentation

class GaussChebyshevQuadrature : public opensn::GaussQuadrature

Public Functions

explicit GaussChebyshevQuadrature(unsigned int N, bool verbose = false)

Populates the abscissae and weights for a Gauss-Chebyshev quadrature given the number of desired quadrature points. The order of the quadrature will be 2N-1.