write_single_field_to_buffer Subroutine

public subroutine write_single_field_to_buffer(field_name, host_field, solver, stride_factors, data_loc, field_buffers, last_shape_dims, last_stride_factors, last_output_shape)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: field_name
class(field_t), pointer :: host_field
class(solver_t), intent(in) :: solver
integer, intent(in), dimension(3) :: stride_factors
integer, intent(in) :: data_loc
type(field_buffer_map_t), intent(inout) :: field_buffers(:)
integer(kind=i8), intent(inout), dimension(3) :: last_shape_dims
integer, intent(inout), dimension(3) :: last_stride_factors
integer(kind=i8), intent(inout), dimension(3) :: last_output_shape

Calls

proc~~write_single_field_to_buffer~~CallsGraph proc~write_single_field_to_buffer m_io_field_utils::write_single_field_to_buffer proc~get_dims m_mesh::mesh_t%get_dims proc~write_single_field_to_buffer->proc~get_dims proc~get_global_dims m_mesh::mesh_t%get_global_dims proc~write_single_field_to_buffer->proc~get_global_dims proc~get_output_dimensions m_io_field_utils::get_output_dimensions proc~write_single_field_to_buffer->proc~get_output_dimensions proc~stride_data_to_buffer m_io_field_utils::stride_data_to_buffer proc~write_single_field_to_buffer->proc~stride_data_to_buffer proc~get_dims_dataloc m_mesh::get_dims_dataloc proc~get_dims->proc~get_dims_dataloc proc~get_global_dims->proc~get_dims_dataloc

Called by

proc~~write_single_field_to_buffer~~CalledByGraph proc~write_single_field_to_buffer m_io_field_utils::write_single_field_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