PetscFVSetFromOptions#
sets parameters in a PetscFV from the options database
Synopsis#
#include "petscfv.h"
PetscErrorCode PetscFVSetFromOptions(PetscFV fvm)
Collective
Input Parameter#
fvm - the
PetscFVobject to set options for
Options Database Key#
-petscfv_compute_gradients (true|false) - Determines whether cell gradients are calculated
See Also#
Level#
intermediate
Location#
Examples#
src/dm/impls/forest/tests/ex2.c
src/dm/impls/plex/tests/ex16.c
src/dm/impls/plex/tests/ex3.c
src/dm/impls/plex/tests/ex49.c
src/dm/impls/swarm/tests/ex11.c
src/ts/tutorials/ex11.c
src/ts/tutorials/ex18.c
src/snes/tests/ex2.c
Index of all FV routines
Table of Contents for all manual pages
Index of all manual pages