Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
procedure, pass(this) | init (this, u, v, w, p) |
Initialize checkpoint structure with mandatory data. | |
procedure, pass(this) | sync_host (this) |
Synchronize checkpoint with device. | |
procedure, pass(this) | sync_device (this) |
Synchronize device with checkpoint. | |
procedure, pass(this) | add_lag (this, ulag, vlag, wlag) |
Add lagged velocity terms. | |
procedure, pass(this) | add_scalar (this, s, slag, abs1, abs2) |
Add a scalar to checkpointing. | |
procedure, pass(this) | restart_time (this) |
Return restart time from a loaded checkpoint. | |
final | chkp_free (this) |
Reset checkpoint. | |
Definition at line 49 of file checkpoint.f90.
procedure, pass(this) checkpoint::chkp_t::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 | ||
) |
Definition at line 94 of file checkpoint.f90.
procedure, pass(this) checkpoint::chkp_t::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 | ||
) |
Definition at line 95 of file checkpoint.f90.
procedure, pass(this) checkpoint::chkp_t::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 91 of file checkpoint.f90.
Definition at line 96 of file checkpoint.f90.
Definition at line 93 of file checkpoint.f90.
Definition at line 92 of file checkpoint.f90.
Definition at line 76 of file checkpoint.f90.
Definition at line 77 of file checkpoint.f90.
Definition at line 67 of file checkpoint.f90.
Definition at line 68 of file checkpoint.f90.
Definition at line 69 of file checkpoint.f90.
Definition at line 70 of file checkpoint.f90.
Definition at line 71 of file checkpoint.f90.
Definition at line 72 of file checkpoint.f90.
Definition at line 64 of file checkpoint.f90.
Definition at line 88 of file checkpoint.f90.
Definition at line 53 of file checkpoint.f90.
type(mesh_t) checkpoint::chkp_t::previous_mesh |
Definition at line 86 of file checkpoint.f90.
type(space_t) checkpoint::chkp_t::previous_xh |
Definition at line 87 of file checkpoint.f90.
Definition at line 74 of file checkpoint.f90.
type(field_ptr_t), dimension(:), allocatable checkpoint::chkp_t::scalar_abx1 |
ABX1 fields for each scalar
Definition at line 82 of file checkpoint.f90.
type(field_ptr_t), dimension(:), allocatable checkpoint::chkp_t::scalar_abx2 |
Definition at line 83 of file checkpoint.f90.
type(field_series_list_t) checkpoint::chkp_t::scalar_lags |
Definition at line 79 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::slag => null() |
Definition at line 75 of file checkpoint.f90.
Definition at line 85 of file checkpoint.f90.
Definition at line 63 of file checkpoint.f90.
Definition at line 50 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::ulag => null() |
Definition at line 59 of file checkpoint.f90.
Definition at line 51 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::vlag => null() |
Definition at line 60 of file checkpoint.f90.
Definition at line 52 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::wlag => null() |
Definition at line 61 of file checkpoint.f90.