#include "petscsys.h" PetscErrorCode PetscOptionsGetEnumArray(PetscOptions options,const char pre[],const char name[],const char *const *list,PetscEnum dvalue[],PetscInt *nmax,PetscBool *set)Not Collective
options | - options database use NULL for default global database | |
pre | - option prefix or NULL | |
name | - option name | |
list | - array containing the list of choices, followed by the enum name, followed by the enum prefix, followed by a null | |
nmax | - maximum number of values to retrieve |
dvalue | - the enum values to return | |
nmax | - actual number of values retreived | |
set | - PETSC_TRUE if found, else PETSC_FALSE |
There must be no intervening spaces between the values.
list is usually something like PCASMTypes or some other predefined list of enum names.
Level:beginner
Location:src/sys/objects/options.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages