Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D322.md35 - Add `PetscOptionsGetBool3()` to get a ternary logical value from a command line option
/petsc/include/
H A Dpetscoptions.h31 PETSC_EXTERN PetscErrorCode PetscOptionsGetBool3(PetscOptions, const char[], const char[], PetscBoo…
/petsc/src/sys/objects/
H A Daoptions.c1000 PetscCall(PetscOptionsGetBool3(PetscOptionsObject->options, prefix, opt, flg, &iset)); in PetscOptionsBool3_Private()
H A Doptions.c2458 PetscErrorCode PetscOptionsGetBool3(PetscOptions options, const char pre[], const char name[], Pets… in PetscOptionsGetBool3() function