MONC
Private Member Functions | List of all members
halo_communication_mod::copy_fields_to_halo_buffer_proc_interface Interface Reference

Private Member Functions

subroutine copy_fields_to_halo_buffer_proc_interface (current_state, neighbour_description, dim, source_index, pid_location, current_page, source_data)
 

Detailed Description

Definition at line 32 of file halocommunication.F90.

Constructor & Destructor Documentation

◆ copy_fields_to_halo_buffer_proc_interface()

subroutine halo_communication_mod::copy_fields_to_halo_buffer_proc_interface::copy_fields_to_halo_buffer_proc_interface ( type(model_state_type), intent(inout)  current_state,
type(neighbour_description_type), intent(inout)  neighbour_description,
integer, intent(in)  dim,
integer, intent(in)  source_index,
integer, intent(in)  pid_location,
integer, dimension(:), intent(inout)  current_page,
type(field_data_wrapper_type), dimension(:), intent(in), optional  source_data 
)
private

Definition at line 32 of file halocommunication.F90.

35  import model_state_type, neighbour_description_type, field_data_wrapper_type
36  type(model_state_type), intent(inout) :: current_state
37  integer, intent(in) :: dim, pid_location, source_index
38  integer, intent(inout) :: current_page(:)
39  type(neighbour_description_type), intent(inout) :: neighbour_description
40  type(field_data_wrapper_type), dimension(:), intent(in), optional :: source_data

The documentation for this interface was generated from the following file: