Home
last modified time | relevance | path

Searched refs:EnumeratedChoices (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tutorials/output/
H A Dex5_1.out13 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
26 choose = THAT; (EnumeratedChoices) Express yourself by choosing among enumerated things
H A Dex5_yaml.out13 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 Dex5.c18 const char *EnumeratedChoices[] = {"THIS", "THAT", "THE_OTHER", "EnumeratedChoices", "", 0}; variable
94 …PetscCall(PetscBagRegisterEnum(bag, &params->which, EnumeratedChoices, (PetscEnum)THAT, "choose", … in main()