#include "petscfe.h" PetscErrorCode PetscFEGeomCreate(PetscQuadrature quad, PetscInt numCells, PetscInt dimEmbed, PetscBool faceData, PetscFEGeom **geom)
quad | - A PetscQuadrature determining the tabulation | |
numCells | - The number of cells in the group | |
dimEmbed | - The coordinate dimension | |
faceData | - Flag to construct geometry data for the faces |
geom | - The PetscFEGeom object |