Home
last modified time | relevance | path

Searched refs:KSP_CONVERGED_RTOL_NORMAL_EQUATIONS (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F9072 flag = KSP_CONVERGED_RTOL_NORMAL_EQUATIONS
/petsc/doc/changes/
H A D324.md110 - Deprecate `KSP_CONVERGED_RTOL_NORMAL` in favor of `KSP_CONVERGED_RTOL_NORMAL_EQUATIONS` and `KSP_…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi64 KSP_CONVERGED_RTOL_NORMAL_EQUATIONS
H A DKSP.pyx331 CONVERGED_RTOL_NORMAL_EQUATIONS = KSP_CONVERGED_RTOL_NORMAL_EQUATIONS
/petsc/src/ksp/ksp/impls/lsqr/
H A Dlsqr.c601 *reason = KSP_CONVERGED_RTOL_NORMAL_EQUATIONS; in KSPLSQRConvergedDefault()
/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkos.kokkos.cxx257 metad->reason = KSP_CONVERGED_RTOL_NORMAL_EQUATIONS; in BJSolve_TFQMR()
478 metad->reason = KSP_CONVERGED_RTOL_NORMAL_EQUATIONS; in BJSolve_BICG()
/petsc/include/
H A Dpetscksp.h814 KSP_CONVERGED_RTOL_NORMAL_EQUATIONS = 1, enumerator