|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|

Public Member Functions | |
| procedure, pass(this) | init (this) |
| 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_fluid (this, u, v, w, p) |
| Add a fluid to the 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) | add_ale (this, x, y, z, blag, blaglag, wm_x, wm_y, wm_z, wm_x_lag, wm_y_lag, wm_z_lag, pivot_pos, pivot_vel_lag, basis_pos, basis_vel_lag) |
| Add mesh velocity and other required variables to checkpointing for ALE. | |
| procedure, pass(this) | restart_time (this) |
| Return restart time from a loaded checkpoint. | |
| procedure, pass(this) | free (this) |
| Reset checkpoint. | |
Definition at line 50 of file checkpoint.f90.
| procedure, pass(this) checkpoint::chkp_t::add_ale | ( | class(chkp_t), intent(inout) | this, |
| real(kind=rp), dimension(:,:,:,:), intent(in), pointer | x, | ||
| real(kind=rp), dimension(:,:,:,:), intent(in), pointer | y, | ||
| real(kind=rp), dimension(:,:,:,:), intent(in), pointer | z, | ||
| real(kind=rp), dimension(:,:,:,:), intent(in), pointer | blag, | ||
| real(kind=rp), dimension(:,:,:,:), intent(in), pointer | blaglag, | ||
| type(field_t), intent(in), target | wm_x, | ||
| type(field_t), intent(in), target | wm_y, | ||
| type(field_t), intent(in), target | wm_z, | ||
| type(field_series_t), intent(in), target | wm_x_lag, | ||
| type(field_series_t), intent(in), target | wm_y_lag, | ||
| type(field_series_t), intent(in), target | wm_z_lag, | ||
| real(kind=rp), dimension(:), intent(in), pointer | pivot_pos, | ||
| real(kind=rp), dimension(:,:), intent(in), pointer | pivot_vel_lag, | ||
| real(kind=rp), dimension(:), intent(in), pointer | basis_pos, | ||
| real(kind=rp), dimension(:,:), intent(in), pointer | basis_vel_lag | ||
| ) |
Definition at line 114 of file checkpoint.f90.
| procedure, pass(this) checkpoint::chkp_t::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 | ||
| ) |
Definition at line 111 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 112 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 113 of file checkpoint.f90.
Definition at line 116 of file checkpoint.f90.
Definition at line 108 of file checkpoint.f90.
Definition at line 115 of file checkpoint.f90.
Definition at line 110 of file checkpoint.f90.
Definition at line 109 of file checkpoint.f90.
Definition at line 77 of file checkpoint.f90.
Definition at line 78 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 73 of file checkpoint.f90.
Definition at line 105 of file checkpoint.f90.
Definition at line 106 of file checkpoint.f90.
Definition at line 103 of file checkpoint.f90.
Definition at line 104 of file checkpoint.f90.
Definition at line 65 of file checkpoint.f90.
| real(kind=dp) checkpoint::chkp_t::mesh2mesh_tol = GLOB_INTERP_TOL |
Definition at line 89 of file checkpoint.f90.
Definition at line 98 of file checkpoint.f90.
Definition at line 99 of file checkpoint.f90.
Definition at line 100 of file checkpoint.f90.
Definition at line 54 of file checkpoint.f90.
Definition at line 101 of file checkpoint.f90.
Definition at line 102 of file checkpoint.f90.
| type(mesh_t) checkpoint::chkp_t::previous_mesh |
Definition at line 87 of file checkpoint.f90.
| type(space_t) checkpoint::chkp_t::previous_xh |
Definition at line 88 of file checkpoint.f90.
Definition at line 75 of file checkpoint.f90.
| type(field_ptr_t), dimension(:), allocatable checkpoint::chkp_t::scalar_abx1 |
ABX1 fields for each scalar
Definition at line 83 of file checkpoint.f90.
| type(field_ptr_t), dimension(:), allocatable checkpoint::chkp_t::scalar_abx2 |
Definition at line 84 of file checkpoint.f90.
| type(field_series_list_t) checkpoint::chkp_t::scalar_lags |
Definition at line 80 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::slag => null() |
Definition at line 76 of file checkpoint.f90.
Definition at line 86 of file checkpoint.f90.
Definition at line 64 of file checkpoint.f90.
Definition at line 51 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::ulag => 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::vlag => null() |
Definition at line 61 of file checkpoint.f90.
Definition at line 53 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::wlag => null() |
Definition at line 62 of file checkpoint.f90.
Definition at line 92 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::wm_x_lag => null() |
Definition at line 95 of file checkpoint.f90.
Definition at line 93 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::wm_y_lag => null() |
Definition at line 96 of file checkpoint.f90.
Definition at line 94 of file checkpoint.f90.
| type(field_series_t), pointer checkpoint::chkp_t::wm_z_lag => null() |
Definition at line 97 of file checkpoint.f90.