File:Newton Lorenz m.zip: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
Click on filename just above to download.
Click on filename just above to download.


Template/Example for [[Newton-Krylov_method]] (MATLAB); applied to the Lorenz system.   
'''Template/Example''' for [[Newton-Krylov_method]] (MATLAB); applied to the Lorenz system.   


Contents:  dotprd.m, GMREShook.m, Lorenz_f.m, multJ.m, NewtonHook.m, saveorbit.m, getrhs.m, GMRESm.m, MAIN.m, multJp.m, steporbit.m
Contents:  dotprd.m, GMREShook.m, Lorenz_f.m, multJ.m, NewtonHook.m, saveorbit.m, getrhs.m, GMRESm.m, MAIN.m, multJp.m, steporbit.m
See MAIN.m and definition of system Lorenz_f.m
See MAIN.m and definition of system Lorenz_f.m


For an extended overview of what the code is doing, see [https://arxiv.org/pdf/1908.06730.pdf].  See section 4 for an introduction to using the code and adapting it to other problems.
For an extended overview of what the code is doing, see [https://arxiv.org/pdf/1908.06730.pdf].  See section 4 for an '''introduction to using the code''' and adapting it to other problems.

Latest revision as of 07:19, 14 November 2019

Click on filename just above to download.

Template/Example for Newton-Krylov_method (MATLAB); applied to the Lorenz system.

Contents: dotprd.m, GMREShook.m, Lorenz_f.m, multJ.m, NewtonHook.m, saveorbit.m, getrhs.m, GMRESm.m, MAIN.m, multJp.m, steporbit.m See MAIN.m and definition of system Lorenz_f.m

For an extended overview of what the code is doing, see [1]. See section 4 for an introduction to using the code and adapting it to other problems.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeDimensionsUserComment
current03:23, 8 August 2019 (8 KB)Apwillis (talk | contribs)Tempate/example for Newton-Krylov method.

The following page uses this file: