PETSc version 3.16.6
DMPlexComputeGeometryFVM
Computes the cell and face geometry for a finite volume method
Synopsis
#include "petscdmplex.h"
#include "petscfe.h"
PetscErrorCode DMPlexComputeGeometryFVM(DM dm, Vec *cellgeom, Vec *facegeom)
Input Parameter
Output Parameters
See Also
PetscFVFaceGeom, PetscFVCellGeom, DMPlexComputeGeometryFEM()
Level
developer
Location
src/dm/impls/plex/plexgeometry.c
Examples
src/dm/tutorials/ex21.c.html
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages