File:Newton Lorenz.f90: 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.  The code requires [[File:NewtonHook.f90]], [[File:GMRESm.f90]] and LAPACK.
Click on filename just above to download.  '''The code requires''' [[File:NewtonHook.f90]], [[File:GMRESm.f90]] and LAPACK.


This is an '''Template/Example for [[File:NewtonHook.f90]]''' (FORTRAN90); applied to the Lorenz system.
This is an '''Template/Example for [[File:NewtonHook.f90]]''' (FORTRAN90); applied to the Lorenz system.


For an extended explanation 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 explanation 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.

Revision as of 09:08, 4 October 2019

Click on filename just above to download. The code requires File:NewtonHook.f90, File:GMRESm.f90 and LAPACK.

This is an Template/Example for File:NewtonHook.f90 (FORTRAN90); applied to the Lorenz system.

For an extended explanation 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
current08:48, 25 July 2019 (8 KB)Apwillis (talk | contribs)Minor. Added a few comments in code.
03:13, 1 July 2019 (7 KB)Apwillis (talk | contribs)Minor. Output both solution and result of timestepping solution by period T.
08:26, 28 June 2019 (7 KB)Apwillis (talk | contribs)Example for File:NewtonHook.f90 for the Lorenz system.

There are no pages that use this file.