Home
last modified time | relevance | path

Searched refs:alreadyprinted (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetscoptions.h132 PetscBool printhelp, changedmethod, alreadyprinted; member
356 …>printhelp && PetscOptionsObject->count == 1 && !PetscOptionsObject->alreadyprinted) PetscCall((*P…
/petsc/src/sys/objects/
H A Daoptions.c22 return opts->printhelp && opts->count == 1 && !opts->alreadyprinted; in ShouldPrintHelp()
41 if (!PetscOptionsObject->alreadyprinted) { in PetscOptionsBegin_Private()
43 …rintedCheck(PetscOptionsHelpPrintedSingleton, prefix, title, &PetscOptionsObject->alreadyprinted)); in PetscOptionsBegin_Private()
69 PetscOptionsObject->alreadyprinted = obj->optionsprinted; in PetscObjectOptionsBegin_Private()
523 PetscOptionsObject->alreadyprinted = PETSC_FALSE; in PetscOptionsEnd_Private()