petsc-3.9.1 2018-04-29
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