Utilities: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
* [[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'''. | ||
* [[describe_state.f90]] -- check time/parameters; see also [[main.info]] for outputs. | |||
* [[prim2matlab.f90]] - convert to matlab/visit-readable netcdf. | * [[prim2matlab.f90]] - convert to matlab/visit-readable netcdf. | ||
Revision as of 14:47, 8 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, NewtonHook.f90 - Krylov-subspace methods.