| 
    Neko 0.9.1
    
   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.   | |
| 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) | 
| Add scalars.   | |
| pure real(kind=dp) function | checkpoint::chkp_restart_time (this) | 
| Return restart time from a loaded checkpoint.   | |