Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D216.md61 - Added KSPSetComputeSingularValues() support to ksp_type FGMRES
H A D211.md37 - Default Krylov method on outer linear solver is now FGMRES instead
H A D31.md115 (like FGMRES) providing inexpensive residuals.
/petsc/src/ksp/pc/impls/amgx/
H A Damgx.cxx24 FGMRES, enumerator
76 {"FGMRES", AmgXSmoother::FGMRES },
/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py279 KSP_TYPE = PETSc.KSP.Type.FGMRES
/petsc/doc/community/bofs/
H A D2026_Feb_CASS.md87 …e are investigating iterative solvers, in particular BDDC-preconditioned FGMRES, where additional …
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DKSP.pyx60 `FGMRES`
191 FGMRES = S_(KSPFGMRES) variable in KSPType
1342 except `Type.FGMRES` which only supports right preconditioning.