PetscFVCreate#
Creates an empty PetscFV object. The type can then be set with PetscFVSetType().
Synopsis#
#include "petscfv.h"
PetscErrorCode PetscFVCreate(MPI_Comm comm, PetscFV *fvm)
Collective
Input Parameter#
comm - The communicator for the PetscFV object
Output Parameter#
fvm - The PetscFV object
See Also#
Level#
beginner
Location#
Examples#
src/dm/impls/plex/tutorials/ex3f90.F90.html
src/ts/tutorials/ex11.c.html
src/ts/tutorials/ex11_sa.c.html
src/ts/tutorials/ex18.c.html
src/ts/tutorials/ex52.c.html
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages