PetscObjectGetOptionsPrefix#
Gets the prefix of the PetscObject
used for searching in the options database
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscObjectGetOptionsPrefix(PetscObject obj, const char *prefix[])
Input Parameters#
Output Parameters#
prefix - pointer to the prefix string used is returned
See Also#
PetscOptionsCreate()
, PetscOptionsDestroy()
, PetscObjectSetOptionsPrefix()
, PetscObjectAppendOptionsPrefix()
, PetscObjectPrependOptionsPrefix()
,
TSGetOptionsPrefix()
, SNESGetOptionsPrefix()
, KSPGetOptionsPrefix()
Level#
advanced
Location#
Examples#
src/snes/tutorials/ex36.c.html
src/snes/tutorials/ex56.c.html
src/ts/tutorials/ex18.c.html
src/ts/tutorials/ex53.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages