PetscOptionType#
Identifies the kind of value held by a PetscOptionItem inside a PetscOptionsBegin()/PetscOptionsEnd() block
Synopsis#
Values#
OPTION_INT- a singlePetscIntOPTION_BOOL- a singlePetscBoolOPTION_REAL- a singlePetscRealOPTION_FLIST- a selection from a registeredPetscFunctionListOPTION_STRING- a single stringOPTION_REAL_ARRAY- an array ofPetscRealOPTION_SCALAR_ARRAY- an array ofPetscScalarOPTION_HEAD- a section heading inserted withPetscOptionsHead()OPTION_INT_ARRAY- an array ofPetscIntOPTION_ELIST- a selection from an enumerated list of stringsOPTION_BOOL_ARRAY- an array ofPetscBoolOPTION_STRING_ARRAY- an array of strings
See Also#
PetscOptions, PetscOptionItem, PetscOptionsBegin(), PetscOptionsEnd(), PetscOptionsInt(), PetscOptionsReal()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages