Searched defs:_p_PetscQuadrature (Results 1 – 1 of 1) sorted by relevance
5 struct _p_PetscQuadrature { struct7 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 */