Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
checkpoint Module Reference

Defines a checkpoint.

Data Types

type  chkp_t
 

Functions/Subroutines

subroutine chkp_init (this)
 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_fluid (this, u, v, w, p)
 Add a fluid to the checkpoint.
 
subroutine chkp_add_lag (this, ulag, vlag, wlag)
 Add lagged velocity terms.
 
subroutine chkp_add_scalar (this, s, slag, abs1, abs2)
 Add a scalar to checkpointing.
 
pure real(kind=dp) function chkp_restart_time (this)
 Return restart time from a loaded checkpoint.
 

Function/Subroutine Documentation

◆ chkp_add_fluid()

subroutine checkpoint::chkp_add_fluid ( class(chkp_t), intent(inout this,
type(field_t), target  u,
type(field_t), target  v,
type(field_t), target  w,
type(field_t), target  p 
)
private

Definition at line 300 of file checkpoint.f90.

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

◆ chkp_add_scalar()

subroutine checkpoint::chkp_add_scalar ( class(chkp_t), intent(inout this,
type(field_t), intent(in), target  s,
type(field_series_t), intent(in), target  slag,
type(field_t), intent(in), optional, target  abs1,
type(field_t), intent(in), optional, target  abs2 
)
private

Definition at line 342 of file checkpoint.f90.

◆ chkp_free()

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

Definition at line 113 of file checkpoint.f90.

◆ chkp_init()

subroutine checkpoint::chkp_init ( class(chkp_t), intent(inout this)

Definition at line 104 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 358 of file checkpoint.f90.

◆ chkp_sync_device()

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

Definition at line 230 of file checkpoint.f90.

◆ chkp_sync_host()

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

Definition at line 158 of file checkpoint.f90.