|
| type(vector_field), dimension(:), allocatable | m_time_steppers::q_cons_ts |
| | Cell-average conservative variables at each time-stage (TS)
|
| |
| type(scalar_field), dimension(:), allocatable | m_time_steppers::q_prim_vf |
| | Cell-average primitive variables at the current time-stage.
|
| |
| type(scalar_field), dimension(:), allocatable | m_time_steppers::rhs_vf |
| | Cell-average RHS variables at the current time-stage.
|
| |
| type(integer_field), dimension(:, :), allocatable | m_time_steppers::bc_type |
| | Boundary condition identifiers.
|
| |
| type(vector_field), dimension(:), allocatable | m_time_steppers::q_prim_ts1 |
| |
| type(vector_field), dimension(:), allocatable | m_time_steppers::q_prim_ts2 |
| | Cell-average primitive variables at consecutive TIMESTEPS.
|
| |
| real(wp), dimension(:, :, :, :, :), allocatable | m_time_steppers::rhs_pb |
| |
| type(scalar_field) | m_time_steppers::q_t_sf |
| | Cell-average temperature variables at the current time-stage.
|
| |
| real(wp), dimension(:, :, :, :, :), allocatable | m_time_steppers::rhs_mv |
| |
| real(wp), dimension(:, :, :), allocatable | m_time_steppers::max_dt |
| |
| integer, private | m_time_steppers::num_ts |
| | Number of time stages in the time-stepping scheme.
|
| |
| integer | m_time_steppers::stor |
| | storage index
|
| |
| real(wp), dimension(:, :), allocatable | m_time_steppers::rk_coef |
| |
| integer, private | m_time_steppers::num_probe_ts |
| |
| real(stp), dimension(:, :, :, :), allocatable | m_time_steppers::pinned |
| |
| real(stp), dimension(:, :, :, :), allocatable | m_time_steppers::target |
| |
| real(stp), dimension(:, :, :, :), allocatable, pointer, contiguous | m_time_steppers::q_cons_ts_pool_host |
| |
| real(stp), dimension(:, :, :, :), pointer, contiguous | m_time_steppers::q_cons_ts_pool_device |
| |
| integer(kind=8), dimension(4) | m_time_steppers::pool_dims |
| |
| integer(kind=8), dimension(4) | m_time_steppers::pool_starts |
| |
| integer(kind=8) | m_time_steppers::pool_size |
| |
| type(c_ptr) | m_time_steppers::cptr_host |
| |
| type(c_ptr) | m_time_steppers::cptr_device |
| |