hifir4py 0.1.0 documentation

hifir4py.ksp.pipit

hifir4py.ksp.pipit
hifir4py.ksp.pipit_hifir
hifir4py.ksp.orth_null 

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.pipit¶

pipit(*args, **kw)[source]¶

Alias of pipit_hifir

© Copyright 2019-2021, NumGeom Group at Stony Brook University. Built with Sphinx 4.1.2 and the Sizzle theme.