Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex100.c42 PetscCall(KSPGetTotalIterations(ksp, &its)); in RunTest()
H A Dex76.c240 PetscCall(KSPGetTotalIterations(ksp, iterations)); in main()
289 PetscCall(KSPGetTotalIterations(ksp, iterations + 1)); in main()
299 PetscCall(KSPGetTotalIterations(ksp, iterations + 2)); in main()
H A Dex87.c164 PetscCall(KSPGetTotalIterations(ksp, iterations)); in main()
185 PetscCall(KSPGetTotalIterations(ksp, iterations + 1)); in main()
H A Dex10.c29 PetscCall(KSPGetTotalIterations(*ksp, &its)); in CheckResult()
/petsc/src/ksp/pc/impls/deflation/
H A Ddeflation.c731 PetscCall(KSPGetTotalIterations(def->WtAWinv, &its)); in PCView_Deflation()
/petsc/src/snes/tutorials/
H A Dex5.c731 PetscCall(KSPGetTotalIterations(ksp, &lits)); in main()
H A Dex55.c698 PetscCall(KSPGetTotalIterations(ksp, &lits)); in main()
/petsc/include/
H A Dpetscksp.h200 PETSC_EXTERN PetscErrorCode KSPGetTotalIterations(KSP, PetscInt *);
/petsc/src/ksp/ksp/interface/
H A Diterativ.c89 PetscErrorCode KSPGetTotalIterations(KSP ksp, PetscInt *its) in KSPGetTotalIterations() function