Home
last modified time | relevance | path

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

/petsc/src/sys/classes/bag/
H A Dbag.c46 PetscBool printhelp; in PetscBagRegisterEnum() local
58 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterEnum()
59 if (printhelp) { in PetscBagRegisterEnum()
101 PetscBool printhelp; in PetscBagRegisterIntArray() local
112 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterIntArray()
113 if (printhelp) { in PetscBagRegisterIntArray()
152 PetscBool printhelp; in PetscBagRegisterRealArray() local
163 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterRealArray()
164 if (printhelp) { in PetscBagRegisterRealArray()
203 PetscBool printhelp; in PetscBagRegisterInt() local
[all …]
/petsc/include/
H A Dpetscoptions.h132 PetscBool printhelp, changedmethod, alreadyprinted; member
356 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread…
/petsc/src/sys/objects/
H A Daoptions.c22 return opts->printhelp && opts->count == 1 && !opts->alreadyprinted; in ShouldPrintHelp()
52 PetscCall(PetscOptionsHasHelp(PetscOptionsObject->options, &PetscOptionsObject->printhelp)); in PetscOptionsBegin_Private()