Utilities: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 10: | Line 10: | ||
=== Non-problem-specific codes === | === Non-problem-specific codes === | ||
* [[GMRESm.f90|GMRESm.f90, arnoldi.f | * [[GMRESm.f90|GMRESm.f90, arnoldi.f]] - Krylov-subspace methods. | ||
* [[NewtonHook.f90]] - Newton-hookstep method. |
Revision as of 00:21, 9 August 2014
Pre/post-processing
- main.info - Record of settings at compiletime
- ic.f90 - Pre/Post-processing template.
- describe_state.f90 -- check time/parameters; see also main.info for outputs.
- prim2matlab.f90 - convert to matlab/visit-readable netcdf.
Runtime processing
- runtime.f90 - Processing template.
- newton.f90 - Newton-Krylov.
Non-problem-specific codes
- GMRESm.f90, arnoldi.f - Krylov-subspace methods.
- NewtonHook.f90 - Newton-hookstep method.