|
KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Set of multi-file checkpoint routines for DNS, MHD and perturbation simulations. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | chkpts_register () |
| Register multi step checkpointing module. More... | |
| subroutine | chkpts_init |
| Initialise multi-file checkpoint routines. More... | |
| logical function | chkpts_is_initialised () |
| Check if module was initialised. More... | |
| subroutine | chkpts_write () |
| Write full file restart set. More... | |
| subroutine | chkpts_read () |
| Read full file restart set. More... | |
| subroutine | chkptms_dt_get |
| Get old simulation time steps and pressure mesh marker. More... | |
| subroutine | chkptms_set_name (fname, fnum, nset, ifile) |
| Generate set of restart file names in snapshot. More... | |
| subroutine | chkpt_fname (fname, prefix, nset, ifile, ierr) |
| Generate single restart file name. More... | |
| subroutine | chkptms_restart_write (fname, fnum, ifcoord) |
| Write checkpoint snapshot. More... | |
| subroutine | chkptms_restart_read (fname, fnum) |
| Read checkpoint snapshot. More... | |
| subroutine | chkptms_mfo (fname, chktype, ipert) |
| Write field to the file. More... | |
| subroutine | chkptms_mfi (fname, chktype, ipert) |
| Read field to the file. More... | |
| subroutine | chkptms_map_gll (xf, yf, nxr, nzr, nel) |
| Interpolate input on velocity mesh. More... | |
| subroutine | chkptms_map_gl (xf, yf, nxr, nzr, nel) |
| Interpolate pressure input. More... | |
| subroutine | chkptms_axis_interp_ic () |
| Map loaded variables from velocity to axisymmetric mesh. More... | |
Set of multi-file checkpoint routines for DNS, MHD and perturbation simulations.
Definition in file chkptms.f.