#include "petscsys.h" PetscErrorCode PetscOptionsEnumArray_Private(PetscOptionItems *PetscOptionsObject,const char opt[],const char text[],const char man[],const char *const *list,PetscEnum value[],PetscInt *n,PetscBool *set)Logically Collective on the communicator passed in PetscOptionsBegin() Many br
opt | - the option one is seeking Many br | |
text | - short string describing option Many br | |
man | - manual page for option Many br | |
n | - maximum number of values Many br |
value | - location to copy values Many br | |
n | - actual number of values found Many br | |
set | - PETSC_TRUE if found, else PETSC_FALSE Many br |
Many br
There must be no intervening spaces between the values. Many br
Must be between a PetscOptionsBegin() and a PetscOptionsEnd() Many br
Level:beginner
Location:src/sys/objects/aoptions.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages