Home
last modified time | relevance | path

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

/honee/examples/
H A Dnavierstokes.c173 PetscBool options_left = PETSC_TRUE; in main() local
176 PetscCall(PetscOptionsGetBool(NULL, NULL, "-options_left", &options_left, NULL)); in main()
177 if (options_left) in main()