PetscDAViewFromOptions#
Processes command-line options to determine if a PetscDA should be viewed.
Synopsis#
PetscErrorCode PetscDAViewFromOptions(PetscDA da, PetscObject obj, const char option[])
Collective
Input Parameters#
da - the
PetscDAcontextobj - optional object that provides the prefix for options
option - option name to check (may be
NULL)
See Also#
PetscDA: Data Assimilation, PetscDAView(), PetscObjectViewFromOptions()
Level#
beginner
Location#
Examples#
src/ml/da/tutorials/ex4.c
src/ml/da/tutorials/ex3.c
src/ml/da/tutorials/ex2.c
src/ml/da/tutorials/ex1.c
Index of all PetscDA routines
Table of Contents for all manual pages
Index of all manual pages