Neko
0.9.99
A portable framework for high-order spectral element flow simulations
|
Go to the source code of this file.
Data Types | |
type | checkpoint::chkp_t |
Modules | |
module | checkpoint |
Defines a checkpoint. | |
Functions/Subroutines | |
subroutine | checkpoint::chkp_init (this, u, v, w, p) |
Initialize checkpoint structure with mandatory data. More... | |
subroutine | checkpoint::chkp_free (this) |
Reset checkpoint. More... | |
subroutine | checkpoint::chkp_sync_host (this) |
Synchronize checkpoint with device. More... | |
subroutine | checkpoint::chkp_sync_device (this) |
Synchronize device with checkpoint. More... | |
subroutine | checkpoint::chkp_add_lag (this, ulag, vlag, wlag) |
Add lagged velocity terms. More... | |
subroutine | checkpoint::chkp_add_scalar (this, s) |
Add scalars. More... | |
pure real(kind=dp) function | checkpoint::chkp_restart_time (this) |
Return restart time from a loaded checkpoint. More... | |