Newton-Krylov method: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Jacobian-Free Newton-Krylov (JFNK) method === | === Jacobian-Free Newton-Krylov (JFNK) method === | ||
This page and the codes | '''This page and the codes have been moved to https://github.com/apwillis1/JFNK-Hookstep ''' | ||
Codes are in MATLAB (Octave compatible) and Fortran90. | |||
They can be integrated with codes in other languages via command-line calls. |
Latest revision as of 08:50, 1 February 2023
Jacobian-Free Newton-Krylov (JFNK) method
This page and the codes have been moved to https://github.com/apwillis1/JFNK-Hookstep
Codes are in MATLAB (Octave compatible) and Fortran90. They can be integrated with codes in other languages via command-line calls.