Home
last modified time | relevance | path

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

/petsc/src/sys/objects/
H A Doptions.c720 static inline PetscErrorCode PetscOptionsStringToBoolIfSet_Private(enum PetscPrecedentOption opt, c… in PetscOptionsStringToBoolIfSet_Private() function
766 else PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_HELP, val, set, &options->help)); in PetscOptionsProcessPrecedentFlags()
767 PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_CI_ENABLE, val, set, &unneeded)); in PetscOptionsProcessPrecedentFlags()
770 …PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_OPTIONS_MONITOR_CANCEL, val, set, &options->mon… in PetscOptionsProcessPrecedentFlags()
771 …PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_OPTIONS_MONITOR, val, set, &options->monitorFro… in PetscOptionsProcessPrecedentFlags()
772 PetscCall(PetscOptionsStringToBoolIfSet_Private(PO_SKIP_PETSCRC, val, set, skip_petscrc)); in PetscOptionsProcessPrecedentFlags()