Neko  0.8.99
A portable framework for high-order spectral element flow simulations
checkpoint Module Reference

Defines a checkpoint.

Data Types

type  chkp_t
 

Functions/Subroutines

subroutine chkp_init (this, u, v, w, p)
 Initialize checkpoint structure with mandatory data. More...
 
subroutine chkp_free (this)
 Reset checkpoint. More...
 
subroutine chkp_sync_host (this)
 Synchronize checkpoint with device. More...
 
subroutine chkp_sync_device (this)
 Synchronize device with checkpoint. More...
 
subroutine chkp_add_lag (this, ulag, vlag, wlag)
 Add lagged velocity terms. More...
 
subroutine chkp_add_scalar (this, s)
 Add scalars. More...
 
pure real(kind=dp) function chkp_restart_time (this)
 Return restart time from a loaded checkpoint. More...
 

Function/Subroutine Documentation

◆ chkp_add_lag()

subroutine checkpoint::chkp_add_lag ( class(chkp_t), intent(inout)  this,
type(field_series_t), target  ulag,
type(field_series_t), target  vlag,
type(field_series_t), target  wlag 
)
private

Definition at line 258 of file checkpoint.f90.

◆ chkp_add_scalar()

subroutine checkpoint::chkp_add_scalar ( class(chkp_t), intent(inout)  this,
type(field_t), target  s 
)
private

Definition at line 271 of file checkpoint.f90.

◆ chkp_free()

subroutine checkpoint::chkp_free ( type(chkp_t), intent(inout)  this)
private

Definition at line 123 of file checkpoint.f90.

Here is the caller graph for this function:

◆ chkp_init()

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 94 of file checkpoint.f90.

◆ chkp_restart_time()

pure real(kind=dp) function checkpoint::chkp_restart_time ( class(chkp_t), intent(in)  this)
private

Definition at line 281 of file checkpoint.f90.

◆ chkp_sync_device()

subroutine checkpoint::chkp_sync_device ( class(chkp_t), intent(inout)  this)
private

Definition at line 202 of file checkpoint.f90.

◆ chkp_sync_host()

subroutine checkpoint::chkp_sync_host ( class(chkp_t), intent(inout)  this)
private

Definition at line 138 of file checkpoint.f90.