#include "petscbag.h" PetscErrorCode PetscBagRegisterEnum(PetscBag bag,void *addr,const char *const *list,PetscEnum mdefault, const char *name, const char *help)Logically Collective on PetscBag Many br
bag | - the bag of values Many br | |
addr | - location of enum in struct Many br | |
mdefault | - the initial value Many br | |
list | - array of strings containing names of enum values followed by enum name followed by enum prefix Many br | |
help | - longer string with more information about the value Many br |
Many br
Level:beginner
Location:src/sys/classes/bag/bag.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages