Skip to content

Version of NITSOL the inexact Newton-Krylov solver without common blocks and some extra parameters.

Notifications You must be signed in to change notification settings

vadim-z/NITSOL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of NITSOL project by H.F.Walker: Taken from here

Changes:

  • classical modified Gram-Schmidt GMRES is implemented to complement simpler GMRES
  • finite-difference precision can be specified to handle RHS which is evaluated with lower accuracy
  • common blocks are eliminated, all inputs and outputs are passed as parameters
  • example to test Krylov solvers is added
  • pieces of BLAS and LAPACK removed, user should link to external BLAS and LAPACK
  • example CMake build file is provided

About

Version of NITSOL the inexact Newton-Krylov solver without common blocks and some extra parameters.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages