Loading...
Searching...
No Matches
Go to the source code of this file.
|
| subroutine | checkpoint::chkp_init (this, u, v, w, p) |
| | Initialize checkpoint structure with mandatory data.
|
| |
| subroutine | checkpoint::chkp_free (this) |
| | Reset checkpoint.
|
| |
| subroutine | checkpoint::chkp_sync_host (this) |
| | Synchronize checkpoint with device.
|
| |
| subroutine | checkpoint::chkp_sync_device (this) |
| | Synchronize device with checkpoint.
|
| |
| subroutine | checkpoint::chkp_add_lag (this, ulag, vlag, wlag) |
| | Add lagged velocity terms.
|
| |
| subroutine | checkpoint::chkp_add_scalar (this, s, slag, abs1, abs2) |
| | Add a scalar to checkpointing.
|
| |
| pure real(kind=dp) function | checkpoint::chkp_restart_time (this) |
| | Return restart time from a loaded checkpoint.
|
| |