Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/preonly/
H A Dpreonly.c30 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_PREONLY()
55 ksp->reason = KSP_CONVERGED_ITS; in KSPMatSolve_PREONLY()
/dports/science/PETSc/petsc-3.14.1/src/ksp/f90-mod/
H A Dpetscksp.h26 PetscEnum, parameter :: KSP_CONVERGED_ITS = 4
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/
H A Dpetscksp.pxi66 KSP_CONVERGED_ITS
223 elif reason is True: r[0] = KSP_CONVERGED_ITS # XXX ?
H A DKSP.pyx74 CONVERGED_ITS = KSP_CONVERGED_ITS
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/rich/
H A Drich.c149 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_Richardson()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/interface/
H A Diterativ.c530 if (n >= ksp->max_it) *reason = KSP_CONVERGED_ITS; in KSPConvergedSkip()
726 *reason = KSP_CONVERGED_ITS; in KSPConvergedDefault()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/gcr/
H A Dgcr.c79 ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_GCR_cycle()
/dports/science/PETSc/petsc-3.14.1/src/snes/tests/
H A Dex1.c477 *reason = KSP_CONVERGED_ITS; in ConvergenceTest()
/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/impls/cheby/
H A Dcheby.c551 } else ksp->reason = KSP_CONVERGED_ITS; in KSPSolve_Chebyshev()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscksp.h489 KSP_CONVERGED_ITS = 4, enumerator
/dports/math/libmesh/libmesh-1.6.2/src/solvers/
H A Dpetsc_linear_solver.C1567 case KSP_CONVERGED_ITS : return CONVERGED_ITS; in get_converged_reason()
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/
H A Dhtmlmap4784 man:+KSP_CONVERGED_ITS++KSP_CONVERGED_ITS++++man+manualpages/KSP/KSPConvergedReason.html#KSPConverg…
4805 man:+KSP_CONVERGED_ITS++KSP_CONVERGED_ITS++++man+manualpages/KSP/KSP_CONVERGED_ITS.html#KSP_CONVERG…
5162 man:+KSP_CONVERGED_ITS++KSP_CONVERGED_ITS++++man+manualpages/KSP/KSPConvergedReason.html#KSPConverg…
5183 man:+KSP_CONVERGED_ITS++KSP_CONVERGED_ITS++++man+manualpages/KSP/KSP_CONVERGED_ITS.html#KSP_CONVERG…
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS7766 KSP_CONVERGED_ITS 489,23709
H A DCTAGS11271 KSP_CONVERGED_ITS include/petscksp.h /^ KSP_CONVERGED_ITS = 4,$/;" e l…
11272 KSP_CONVERGED_ITS src/ksp/f90-mod/petscksp.h /^ PetscEnum, parameter :: KSP_CONVERGED_ITS
40729 …etscBool convmaxits; \/* if true, the convergence test returns KSP_CONVERGED_ITS if the maxim…