Utilities: Difference between revisions
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 | |||
* [[ic.f90]] - Pre/Post-processing template. | * [[ic.f90]] - Pre/Post-processing template. | ||
Revision as of 14:18, 8 August 2014
Pre/post-processing
Runtime processing
- runtime.f90 - Processing template.
- newton.f90 - Newton-Krylov.
Non-problem-specific codes
- prim2matlab.f90 - convert to matlab/visit-readable-netcdf.
- GMRESm.f90, arnoldi.f, NewtonHook.f90 - Krylov-subspace methods.