DMPlexGetDataFVM#
Retrieve precomputed cell geometry
Synopsis#
#include "petscdmplex.h"
#include "petscfe.h"
PetscErrorCode DMPlexGetDataFVM(DM dm, PetscFV fv, Vec *cellgeom, Vec *facegeom, DM *gradDM)
Collective
Input Parameters#
Output Parameters#
cellgeom - The cell geometry
facegeom - The face geometry
gradDM - The gradient matrices
See Also#
Level#
developer
Location#
Examples#
src/ts/tutorials/ex11.c
src/ts/tutorials/ex52.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages