petsc-3.11.4 2019-09-28
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 DM
Output Parameters