Home
last modified time | relevance | path

Searched refs:KSP_CONVERGED_ITS (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/impls/preonly/
H A Dpreonly.c36 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_PREONLY()
71 ksp->reason = KSP_CONVERGED_ITS; in KSPMatSolve_PREONLY()
/petsc/src/ksp/ksp/impls/cheby/
H A Dcheby.c546 } else ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_Chebyshev_FirstKind()
553 if (ksp->reason == KSP_CONVERGED_ITS) PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FirstKind()
703 } else ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_Chebyshev_FourthKind()
707 if (ksp->reason == KSP_CONVERGED_ITS) PetscCall(KSPLogErrorHistory(ksp)); in KSPSolve_Chebyshev_FourthKind()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi68 KSP_CONVERGED_ITS
263 elif reason is True: r[0] = KSP_CONVERGED_ITS # XXX ?
H A DKSP.pyx335 CONVERGED_ITS = KSP_CONVERGED_ITS
/petsc/src/ksp/ksp/impls/rich/
H A Drich.c140 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_Richardson()
/petsc/src/ksp/ksp/impls/gcr/
H A Dgcr.c75 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_GCR_cycle()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx177 metad->reason = KSP_CONVERGED_ITS; in BJSolve_TFQMR()
273 metad->reason = KSP_CONVERGED_ITS; in BJSolve_TFQMR()
408 metad->reason = KSP_CONVERGED_ITS; in BJSolve_BICG()
494 metad->reason = KSP_CONVERGED_ITS; // don't worry about hitting max iterations in BJSolve_BICG()
/petsc/src/snes/tests/
H A Dex1.c503 *reason = KSP_CONVERGED_ITS; in ConvergenceTest()
/petsc/src/ksp/ksp/interface/
H A Diterativ.c1277 if (n >= ksp->max_it) *reason = KSP_CONVERGED_ITS; in KSPConvergedSkip()
1532 *reason = KSP_CONVERGED_ITS; in KSPConvergedDefault()
/petsc/include/
H A Dpetscksp.h819 KSP_CONVERGED_ITS = 4, enumerator