Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex8.c17 PetscBool solve = PETSC_FALSE, sameA = PETSC_FALSE, setfromoptions_first = PETSC_FALSE; in main() local
107 PetscCall(PetscOptionsGetBool(NULL, NULL, "-setfromoptions_first", &setfromoptions_first, NULL)); in main()
108 if (setfromoptions_first) { in main()
130 if (!setfromoptions_first) { in main()