Searched refs:testscaledMat (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex5.c | 29 PetscBool testnewC = PETSC_FALSE, testscaledMat = PETSC_FALSE, single = PETSC_FALSE; in main() local 45 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_scaledMat", &testscaledMat, NULL)); in main() 216 …if (!testscaledMat || (!single && norm / bnorm > 1.e-5)) PetscCall(PetscPrintf(PETSC_COMM_WORLD, "… in main() 279 if (testscaledMat) { in main() 344 …if (!testscaledMat || (!single && norm / bnorm > PETSC_SMALL)) PetscCall(PetscPrintf(PETSC_COMM_WO… in main()
|
| H A D | ex5f.F90 | 25 testscaledMat = PETSC_FALSE, & 44 …ionsGetBool(PETSC_NULL_OPTIONS, PETSC_NULL_CHARACTER, '-test_scaledMat', testscaledMat, flg, ierr)) 205 if (.not. testscaledMat .or. norm/bnorm > PETSC_SMALL) then 280 if (testscaledMat) then 339 if (.not. testscaledMat .or. norm/bnorm > PETSC_SMALL) then
|