Home
last modified time | relevance | path

Searched defs:_p_PetscQuadrature (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Ddtimpl.h5 struct _p_PetscQuadrature { struct
7 DMPolytopeType ct; /* The domain of integration */
8 PetscInt dim; /* The spatial dimension */
9 PetscInt Nc; /* The number of components */
10 …t order; /* The order, i.e. the highest degree polynomial that is exactly integrated */
11 PetscInt numPoints; /* The number of quadrature points on an element */
12 const PetscReal *points; /* The quadrature point coordinates */
13 const PetscReal *weights; /* The quadrature weights */