Utilities: Difference between revisions

From openpipeflow.org
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
* [[ic.f90|ic.f90 - Pre/Post-processing template]]
=== Pre/post-processing ===
* [[runtime.f90|runtime.f90 - Runtime processing template]]
* [[ic.f90]] - Pre/Post-processing template.
* [[prim2matlab.f90|prim2matlab.f90 - convert to matlab-readable netcdf]]
 
* [[GMRESm.f90|GMRESm.f90,arnoldi.f - Krylov-subspace methods]]
=== Runtime processing ===
* [[newton.f90|newton.f90 - Newton-Krylov]]
* [[runtime.f90]] - Processing template.
* [[newton.f90]] - Newton-Krylov.
 
=== Non-problem-specific codes ===
* [[prim2matlab.f90]] - convert to matlab/visit-readable-netcdf.
* [[GMRESm.f90|GMRESm.f90, arnoldi.f, NewtonHook.f90]] - Krylov-subspace methods.

Revision as of 14:07, 8 August 2014

Pre/post-processing

  • ic.f90 - Pre/Post-processing template.

Runtime processing

Non-problem-specific codes