| 
    Neko 0.9.1
    
   A portable framework for high-order spectral element flow simulations 
   | 
 
Defines a checkpoint.
Data Types | |
| type | chkp_t | 
Functions/Subroutines | |
| subroutine | chkp_init (this, u, v, w, p) | 
| Initialize checkpoint structure with mandatory data.   | |
| subroutine | chkp_free (this) | 
| Reset checkpoint.   | |
| subroutine | chkp_sync_host (this) | 
| Synchronize checkpoint with device.   | |
| subroutine | chkp_sync_device (this) | 
| Synchronize device with checkpoint.   | |
| subroutine | chkp_add_lag (this, ulag, vlag, wlag) | 
| Add lagged velocity terms.   | |
| subroutine | chkp_add_scalar (this, s) | 
| Add scalars.   | |
| pure real(kind=dp) function | chkp_restart_time (this) | 
| Return restart time from a loaded checkpoint.   | |
      
  | 
  private | 
Definition at line 260 of file checkpoint.f90.
      
  | 
  private | 
Definition at line 273 of file checkpoint.f90.
      
  | 
  private | 
| subroutine checkpoint::chkp_init | ( | class(chkp_t), intent(inout) | this, | 
| type(field_t), intent(in), target | u, | ||
| type(field_t), intent(in), target | v, | ||
| type(field_t), intent(in), target | w, | ||
| type(field_t), intent(in), target | p | ||
| ) | 
Definition at line 96 of file checkpoint.f90.
Definition at line 283 of file checkpoint.f90.
      
  | 
  private | 
Definition at line 204 of file checkpoint.f90.
      
  | 
  private | 
Definition at line 140 of file checkpoint.f90.