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 on dm

Input Parameters#

  • dm - The DM

  • fv - The PetscFV

Output Parameters#

  • cellGeometry - The cell geometry

  • faceGeometry - The face geometry

  • gradDM - The gradient matrices

See Also#

DMPlexComputeGeometryFVM()

Level#

developer

Location#

src/dm/impls/plex/plexgeometry.c

Examples#

src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex52.c.html


Edit on GitLab

Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages