#include "petscdmfield.h" #include "petscdmfield.h" PetscErrorCode DMFieldCreateFEGeom(DMField field, IS pointIS, PetscQuadrature quad, PetscBool faceData, PetscFEGeom **geom)Not collective
field | - the DMField object | |
pointIS | - the index set of points over which we wish to integrate the field | |
quad | - the quadrature points at which to evaluate the geometric factors | |
faceData | - whether additional data for facets (the normal vectors and adjacent cells) should be calculated |