Searched full:options_left (Results 1 – 2 of 2) sorted by relevance
41 options_left: false # to ignore error with -dm_localize and -dm_plex_simplex being set but not used
173 PetscBool options_left = PETSC_TRUE; in main() local176 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()