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 | * [[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 === | ||
* [[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 14:42, 8 August 2014
Pre/post-processing
- main.info - Record of settings at compiletime
- ic.f90 - Pre/Post-processing template.
- 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.