Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex30.c33 PetscBool outputSoln = PETSC_FALSE; in main() local
48 PetscCall(PetscOptionsGetBool(NULL, NULL, "-output_solution", &outputSoln, NULL)); in main()
343 if (outputSoln) { in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex72.c42 PetscBool outputSoln = PETSC_FALSE, constantnullspace = PETSC_FALSE; in main() local
57 PetscCall(PetscOptionsGetBool(NULL, NULL, "-output_solution", &outputSoln, NULL)); in main()
419 if (outputSoln) { in main()