20 #ifndef LIBMESH_QUADRATURE_JACOBI_H 21 #define LIBMESH_QUADRATURE_JACOBI_H 89 unsigned int p_level=0)
override;
94 #endif // LIBMESH_QUADRATURE_JACOBI_H virtual void init_1D(const ElemType _type=INVALID_ELEM, unsigned int p_level=0) override
virtual void init(const ElemType type=INVALID_ELEM, unsigned int p_level=0)
QJacobi(unsigned int dim, Order order=INVALID_ORDER, unsigned int a=1, unsigned int b=0)
const unsigned int _alpha
QJacobi & operator=(const QJacobi &)=default
Implements 1D Gauss-Jacobi quadrature rules of various orders.
virtual QuadratureType type() const override
virtual ~QJacobi()=default
Base class for all quadrature families and orders.