Searched refs:EnumeratedChoices (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/tutorials/output/ |
| H A D | ex5_1.out | 13 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things 26 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
|
| H A D | ex5_yaml.out | 13 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things 26 choose = THE_OTHER; (EnumeratedChoices) Express yourself by choosing among enumerated things
|
| /petsc/src/sys/tutorials/ |
| H A D | ex5.c | 18 const char *EnumeratedChoices[] = {"THIS", "THAT", "THE_OTHER", "EnumeratedChoices", "", 0}; variable 94 …PetscCall(PetscBagRegisterEnum(bag, ¶ms->which, EnumeratedChoices, (PetscEnum)THAT, "choose", … in main()
|