Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Daoptions.c10 static const char *ManSection(const char *str) in ManSection() function
683 PetscCall((*PetscHelpPrintf)(comm, " (%s)\n", ManSection(man))); in PetscOptionsEnumArray_Private()
715 …n", Prefix(prefix), opt + 1, wasset ? *value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsInt_Private()
746 …n", Prefix(prefix), opt + 1, wasset ? *value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsMPIInt_Private()
768 …s)\n", Prefix(prefix), opt + 1, lset ? value : currentvalue, currentvalue, text, ManSection(man))); in PetscOptionsString_Private()
799 …+ 1, wasset ? (double)*value : (double)currentvalue, (double)currentvalue, text, ManSection(man))); in PetscOptionsReal_Private()
831 …)(PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsName_Private()
891 PetscCall((*PetscHelpPrintf)(comm, " (%s)\n", ManSection(man))); in PetscOptionsEList_Private()
917 …((*PetscHelpPrintf)(comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsBoolGroupBegin_Private()
939 …PetscOptionsObject->comm, " -%s%s: %s (%s)\n", Prefix(prefix), opt + 1, text, ManSection(man))); in PetscOptionsBoolGroup_Private()
[all …]