Home
last modified time | relevance | path

Searched refs:KSPGetIterationNumber (Results 1 – 25 of 116) sorted by relevance

12345

/petsc/src/ksp/ksp/tutorials/
H A Dex53.c90 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
100 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
119 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex21.c122 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
150 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex5.c215 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
343 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex23.c177 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex6.c80 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex12.c186 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex5f.F90204 PetscCallA(KSPGetIterationNumber(ksp, its, ierr))
338 PetscCallA(KSPGetIterationNumber(ksp, its, ierr))
H A Dex9.c256 PetscCall(KSPGetIterationNumber(ksp1, &its)); in main()
350 PetscCall(KSPGetIterationNumber(ksp2, &its)); in main()
H A Dex1.c140 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex16.c174 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
/petsc/src/ksp/pc/impls/ksp/
H A Dpcksp.c45 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 Dex16f.F9067 PetscCallA(KSPGetIterationNumber(ksp1, its, ierr))
88 PetscCallA(KSPGetIterationNumber(ksp2, its, ierr))
H A Dex43.c59 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex26.c92 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
93 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex18.c70 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex12f.F9067 PetscCallA(KSPGetIterationNumber(ksp, its, ierr))
H A Dex50.c86 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex15.c81 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex25.c82 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex48.c159 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
/petsc/src/ksp/pc/tutorials/
H A Dex1.c114 PetscCall(KSPGetIterationNumber(solver, &its)); in main()
H A Dex2.c122 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
/petsc/src/ksp/pc/tests/
H A Dex2.c76 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
H A Dex3.c84 PetscCall(KSPGetIterationNumber(ksp, &its)); in main()
/petsc/doc/changes/
H A D220.md43 iterations via KSPGetIterationNumber()

12345