Utilities: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
* [[ic.f90 | === Pre/post-processing === | ||
* [[runtime.f90 | * [[ic.f90]] - Pre/Post-processing template. | ||
* [[prim2matlab.f90 | |||
* [[GMRESm.f90|GMRESm.f90,arnoldi.f - Krylov-subspace methods | === Runtime processing === | ||
* [[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
- 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.