petsc-3.9.4 2018-09-11
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