DMPlexGetGeometryFVM#
Return precomputed geometric data
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetGeometryFVM(DM dm, Vec *facegeom, Vec *cellgeom, PetscReal *minRadius)
Collective on dm
Input Parameter#
dm - The
DM
Output Parameters#
facegeom - The values precomputed from face geometry
cellgeom - The values precomputed from cell geometry
minRadius - The minimum radius over the mesh of an inscribed sphere in a cell
See Also#
DMPlex: Unstructured Grids in PETSc, DM
, DMPLEX
, DMTSSetRHSFunctionLocal()
Level#
developer
Location#
Examples#
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex11_sa.c.html
src/ts/tutorials/ex18.c.html
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages