stride_data_to_buffer Subroutine

public subroutine stride_data_to_buffer(input_data, dims, stride, out_buffer, output_dims_out)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), dimension(:, :, :) :: input_data
integer, intent(in), dimension(3) :: dims
integer, intent(in), dimension(3) :: stride
real(kind=dp), intent(inout), dimension(:, :, :), allocatable :: out_buffer
integer, intent(out), dimension(3) :: output_dims_out

Called by

proc~~stride_data_to_buffer~~CalledByGraph proc~stride_data_to_buffer m_io_field_utils::stride_data_to_buffer proc~write_single_field_to_buffer m_io_field_utils::write_single_field_to_buffer proc~write_single_field_to_buffer->proc~stride_data_to_buffer none~handle_checkpoint_step m_checkpoint_manager::checkpoint_manager_t%handle_checkpoint_step none~handle_checkpoint_step->proc~write_single_field_to_buffer none~handle_snapshot_step m_snapshot_manager::snapshot_manager_t%handle_snapshot_step none~handle_snapshot_step->proc~write_single_field_to_buffer none~handle_io_step m_io_manager::io_manager_t%handle_io_step none~handle_io_step->none~handle_checkpoint_step none~handle_io_step->none~handle_snapshot_step proc~run m_base_case::base_case_t%run proc~run->none~handle_io_step program~xcompact xcompact program~xcompact->proc~run