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#
dm - The
DMPLEX
Output Parameters#
cellgeom - A
Vec
ofPetscFVCellGeom
datafacegeom - A
Vec
ofPetscFVFaceGeom
data
See Also#
Level#
developer
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages