Home
last modified time | relevance | path

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

/honee/tests/
H A Dgaussianwave_cgns_load.yaml41 options_left: false # to ignore error with -dm_localize and -dm_plex_simplex being set but not used
/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()
179 …s. This is not allowed. See error message for the unused options (or use -options_left directly)"); in main()