Searched refs:PetscOptionsGetBool3 (Results 1 – 4 of 4) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 35 - Add `PetscOptionsGetBool3()` to get a ternary logical value from a command line option
|
| /petsc/include/ |
| H A D | petscoptions.h | 31 PETSC_EXTERN PetscErrorCode PetscOptionsGetBool3(PetscOptions, const char[], const char[], PetscBoo…
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 1000 PetscCall(PetscOptionsGetBool3(PetscOptionsObject->options, prefix, opt, flg, &iset)); in PetscOptionsBool3_Private()
|
| H A D | options.c | 2458 PetscErrorCode PetscOptionsGetBool3(PetscOptions options, const char pre[], const char name[], Pets… in PetscOptionsGetBool3() function
|