Utilities: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
=== Pre/post-processing ===
=== Pre/post-processing ===
* [[main.info]] - Record of settings at compiletime  
* [[main.info]] - Record of settings at compiletime  
* [[ic.f90]] - Pre/Post-processing template.
* [[ic.f90]] - Pre/Post-processing '''template'''.
* [[prim2matlab.f90]] - convert to matlab/visit-readable netcdf.


=== Runtime processing ===
=== Runtime processing ===
* [[runtime.f90]] - Processing template.
* [[runtime.f90]] - Processing '''template'''.
* [[newton.f90]] - Newton-Krylov.
* [[newton.f90]] - Newton-Krylov.


=== Non-problem-specific codes ===
=== Non-problem-specific codes ===
* [[prim2matlab.f90]] - convert to matlab/visit-readable netcdf.
* [[GMRESm.f90|GMRESm.f90, arnoldi.f, NewtonHook.f90]] - Krylov-subspace methods.
* [[GMRESm.f90|GMRESm.f90, arnoldi.f, NewtonHook.f90]] - Krylov-subspace methods.

Revision as of 15:42, 8 August 2014

Pre/post-processing

Runtime processing

Non-problem-specific codes