| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex53.c | 90 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 100 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 119 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex21.c | 122 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 150 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex5.c | 215 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 343 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex23.c | 177 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex6.c | 80 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex12.c | 186 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex5f.F90 | 204 PetscCallA(KSPGetIterationNumber(ksp, its, ierr)) 338 PetscCallA(KSPGetIterationNumber(ksp, its, ierr))
|
| H A D | ex9.c | 256 PetscCall(KSPGetIterationNumber(ksp1, &its)); in main() 350 PetscCall(KSPGetIterationNumber(ksp2, &its)); in main()
|
| H A D | ex1.c | 140 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex16.c | 174 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| /petsc/src/ksp/pc/impls/ksp/ |
| H A D | pcksp.c | 45 PetscCall(KSPGetIterationNumber(jac->ksp, &its)); in PCApply_KSP() 63 PetscCall(KSPGetIterationNumber(jac->ksp, &its)); in PCMatApply_KSP() 81 PetscCall(KSPGetIterationNumber(jac->ksp, &its)); in PCApplyTranspose_KSP() 99 PetscCall(KSPGetIterationNumber(jac->ksp, &its)); in PCMatApplyTranspose_KSP()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex16f.F90 | 67 PetscCallA(KSPGetIterationNumber(ksp1, its, ierr)) 88 PetscCallA(KSPGetIterationNumber(ksp2, its, ierr))
|
| H A D | ex43.c | 59 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex26.c | 92 PetscCall(KSPGetIterationNumber(ksp, &its)); in main() 93 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex18.c | 70 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex12f.F90 | 67 PetscCallA(KSPGetIterationNumber(ksp, its, ierr))
|
| H A D | ex50.c | 86 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex15.c | 81 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex25.c | 82 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex48.c | 159 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex1.c | 114 PetscCall(KSPGetIterationNumber(solver, &its)); in main()
|
| H A D | ex2.c | 122 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| /petsc/src/ksp/pc/tests/ |
| H A D | ex2.c | 76 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| H A D | ex3.c | 84 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
|
| /petsc/doc/changes/ |
| H A D | 220.md | 43 iterations via KSPGetIterationNumber()
|