Newton-Krylov method: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
m (Replaced content with "=== Jacobian-Free Newton-Krylov (JFNK) method === This page has been moved to https://github.com/apwillis1/JFNK-Hookstep")
Tag: Replaced
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Jacobian-Free Newton-Krylov (JFNK) method ===
=== Jacobian-Free Newton-Krylov (JFNK) method ===


This page has been moved to https://github.com/apwillis1/JFNK-Hookstep
'''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.