prepare_field_buffers Subroutine

public subroutine prepare_field_buffers(solver, stride_factors, field_names, data_loc, field_buffers, last_shape_dims, last_stride_factors, last_output_shape)

Arguments

Type IntentOptional Attributes Name
class(solver_t), intent(in) :: solver
integer, intent(in), dimension(3) :: stride_factors
character(len=*), intent(in), dimension(:) :: field_names
integer, intent(in) :: data_loc
type(field_buffer_map_t), intent(inout), allocatable :: 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~~prepare_field_buffers~~CallsGraph proc~prepare_field_buffers m_io_field_utils::prepare_field_buffers proc~get_dims m_mesh::mesh_t%get_dims proc~prepare_field_buffers->proc~get_dims proc~get_global_dims m_mesh::mesh_t%get_global_dims proc~prepare_field_buffers->proc~get_global_dims proc~get_output_dimensions m_io_field_utils::get_output_dimensions proc~prepare_field_buffers->proc~get_output_dimensions 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~~prepare_field_buffers~~CalledByGraph proc~prepare_field_buffers m_io_field_utils::prepare_field_buffers none~handle_checkpoint_step m_checkpoint_manager::checkpoint_manager_t%handle_checkpoint_step none~handle_checkpoint_step->proc~prepare_field_buffers none~handle_snapshot_step m_snapshot_manager::snapshot_manager_t%handle_snapshot_step none~handle_snapshot_step->proc~prepare_field_buffers 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