Go to the documentation of this file.
   20 #ifndef LIBMESH_QUADRATURE_JACOBI_H 
   21 #define LIBMESH_QUADRATURE_JACOBI_H 
   24 #include "libmesh/quadrature.h" 
   93 #endif // LIBMESH_QUADRATURE_JACOBI_H 
  
The QBase class provides the basic functionality from which various quadrature rules can be derived.
 
virtual void init_1D(const ElemType, unsigned int) override
Initializes the 1D quadrature rule by filling the points and weights vectors with the appropriate val...
 
virtual ~QJacobi()=default
 
The libMesh namespace provides an interface to certain functionality in the library.
 
QuadratureType
Defines an enum for currently available quadrature rules.
 
virtual void init(const ElemType type=INVALID_ELEM, unsigned int p_level=0)
Initializes the data structures for a quadrature rule for an element of type type.
 
QJacobi(unsigned int dim, Order order=INVALID_ORDER, unsigned int a=1, unsigned int b=0)
Constructor.
 
QJacobi & operator=(const QJacobi &)=default
 
virtual QuadratureType type() const override
 
unsigned int _dim
The spatial dimension of the quadrature rule.
 
This class implements two (for now) Jacobi-Gauss quadrature rules.
 
ElemType
Defines an enum for geometric element types.