Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex27.c51 PetscBool solve_normal = PETSC_FALSE; in main() local
78 PetscCall(PetscOptionsGetBool(NULL, NULL, "-solve_normal", &solve_normal, NULL)); in main()
79 …if (!solve_normal) PetscCall(PetscOptionsGetBool(NULL, NULL, "-solve_augmented", &solve_augmented,… in main()
227 if (solve_normal) { in main()
308 if (solve_normal) { in main()