Go to the documentation of this file.
61 void init(
const int P,
const Real* xPoints,
const int NxP);
63 virtual std::ostream&
info(std::ostream& os)
const;
Class representing Legendre polynomials evaluated on quadrature points.
virtual std::ostream & info(std::ostream &os) const
Returns information in an output stream.
void init(const int P, const Real *xPoints, const int NxP)
Legendre(const int P, const Real &xP)
Constructor.
Legendre(const int P, const Real *xP, const int NxP)
Constructor.
Legendre(const Legendre &Other)
Legendre(const int P, const Array< Real > &abscissas)
Constructor.
Quadrature rule for numerical integration.
Legendre(const int P, const QuadratureRule1d &quadrature)
Constructor.
Abstract class for 1D shape function.
double Real
Type normally used for a floating point number.
Basic namespace for Concepts-2.