JavaScript is not enabled. It is needed for this website to work.
hifir4py 0.1.0 documentation
hifir4py.ksp.gmres
hifir4py.ksp.gmres
hifir4py.ksp.gmres_hif
hifir4py.ksp.pipit_hifir
Table Of Contents
HIFIR Preconditioner for Python (
hifir4py
)
Contents
The HIF preconditioner
hifir4py.HIF
Control Parameters
hifir4py.Params
hifir4py.Verbose
hifir4py.Reorder
hifir4py.Pivoting
Example Usage
Factorization
Applying HIF
Using in KSP
KSP Solvers Using HIFIR (
hifir4py.ksp
)
Contents
Solvers
hifir4py.ksp.gmres_hif
hifir4py.ksp.gmres
hifir4py.ksp.pipit_hifir
hifir4py.ksp.pipit
hifir4py.ksp.orth_null
Miscellany
hifir4py.ksp.GMRES_WorkSpace
hifir4py.ksp.FGMRES_WorkSpace
Example Usage
HIF-preconditioned GMRES(
\(m\)
)
PIPIT solver
Demo for using
hifir4py
Factorize HIF
Apply HIF
Demo for using
hifir4py
with SciPy’s GMRES
Demo for using
hifir4py
with built-in
gmres_hif
Demo for using
hifir4py
with its PIPIT solver
HIFIR Preconditioner for Python (
hifir4py
)
Contents
The HIF preconditioner
hifir4py.HIF
Control Parameters
hifir4py.Params
hifir4py.Verbose
hifir4py.Reorder
hifir4py.Pivoting
Example Usage
Factorization
Applying HIF
Using in KSP
KSP Solvers Using HIFIR (
hifir4py.ksp
)
Contents
Solvers
hifir4py.ksp.gmres_hif
hifir4py.ksp.gmres
hifir4py.ksp.pipit_hifir
hifir4py.ksp.pipit
hifir4py.ksp.orth_null
Miscellany
hifir4py.ksp.GMRES_WorkSpace
hifir4py.ksp.FGMRES_WorkSpace
Example Usage
HIF-preconditioned GMRES(
\(m\)
)
PIPIT solver
Demo for using
hifir4py
Factorize HIF
Apply HIF
Demo for using
hifir4py
with SciPy’s GMRES
Demo for using
hifir4py
with built-in
gmres_hif
Demo for using
hifir4py
with its PIPIT solver
hifir4py.ksp.gmres
¶
gmres
(
*
args
,
**
kw
)
[source]
¶
An alias of
gmres_hif