Neko 0.9.99
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) |
Add scalars. | |
procedure, pass(this) | restart_time (this) |
Return restart time from a loaded checkpoint. | |
final | chkp_free (this) |
Reset checkpoint. | |
Public Attributes | |
type(field_t), pointer | u => null() |
type(field_t), pointer | v => null() |
type(field_t), pointer | w => null() |
type(field_t), pointer | p => null() |
type(field_series_t), pointer | ulag => null() |
type(field_series_t), pointer | vlag => null() |
type(field_series_t), pointer | wlag => null() |
real(kind=rp), dimension(:), pointer | tlag => null() |
real(kind=rp), dimension(:), pointer | dtlag => null() |
type(field_t), pointer | abx1 => null() |
for pnpn | |
type(field_t), pointer | abx2 => null() |
type(field_t), pointer | aby1 => null() |
type(field_t), pointer | aby2 => null() |
type(field_t), pointer | abz1 => null() |
type(field_t), pointer | abz2 => null() |
type(field_t), pointer | s => null() |
type(field_series_t), pointer | slag => null() |
type(field_t), pointer | abs1 => null() |
type(field_t), pointer | abs2 => null() |
real(kind=dp) | t |
Restart time (valid after load) | |
type(mesh_t) | previous_mesh |
type(space_t) | previous_xh |
real(kind=rp) | mesh2mesh_tol = 1d-6 |
Definition at line 46 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 86 of file checkpoint.f90.
procedure, pass(this) checkpoint::chkp_t::add_scalar | ( | class(chkp_t), intent(inout) | this, |
type(field_t), target | s | ||
) |
Definition at line 87 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 83 of file checkpoint.f90.
Definition at line 88 of file checkpoint.f90.
Definition at line 85 of file checkpoint.f90.
Definition at line 84 of file checkpoint.f90.
Definition at line 74 of file checkpoint.f90.
Definition at line 75 of file checkpoint.f90.
Definition at line 64 of file checkpoint.f90.
Definition at line 65 of file checkpoint.f90.
Definition at line 66 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 61 of file checkpoint.f90.
Definition at line 80 of file checkpoint.f90.
Definition at line 50 of file checkpoint.f90.
type(mesh_t) checkpoint::chkp_t::previous_mesh |
Definition at line 78 of file checkpoint.f90.
type(space_t) checkpoint::chkp_t::previous_xh |
Definition at line 79 of file checkpoint.f90.
Definition at line 71 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::slag => null() |
Definition at line 72 of file checkpoint.f90.
Definition at line 77 of file checkpoint.f90.
Definition at line 60 of file checkpoint.f90.
Definition at line 47 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::ulag => null() |
Definition at line 56 of file checkpoint.f90.
Definition at line 48 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::vlag => null() |
Definition at line 57 of file checkpoint.f90.
Definition at line 49 of file checkpoint.f90.
type(field_series_t), pointer checkpoint::chkp_t::wlag => null() |
Definition at line 58 of file checkpoint.f90.