Searched refs:printhelp (Results 1 – 3 of 3) sorted by relevance
46 PetscBool printhelp; in PetscBagRegisterEnum() local58 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterEnum()59 if (printhelp) { in PetscBagRegisterEnum()101 PetscBool printhelp; in PetscBagRegisterIntArray() local112 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterIntArray()113 if (printhelp) { in PetscBagRegisterIntArray()152 PetscBool printhelp; in PetscBagRegisterRealArray() local163 PetscCall(PetscOptionsHasHelp(NULL, &printhelp)); in PetscBagRegisterRealArray()164 if (printhelp) { in PetscBagRegisterRealArray()203 PetscBool printhelp; in PetscBagRegisterInt() local[all …]
132 PetscBool printhelp, changedmethod, alreadyprinted; member356 …if (PetscOptionsObject->printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alread…
22 return opts->printhelp && opts->count == 1 && !opts->alreadyprinted; in ShouldPrintHelp()52 PetscCall(PetscOptionsHasHelp(PetscOptionsObject->options, &PetscOptionsObject->printhelp)); in PetscOptionsBegin_Private()