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

Private Member Functions

subroutine perform_local_data_copy_proc_interface (current_state, halo_depth, involve_corners, source_data)
 

Detailed Description

Definition at line 76 of file halocommunication.F90.

Constructor & Destructor Documentation

◆ perform_local_data_copy_proc_interface()

subroutine halo_communication_mod::perform_local_data_copy_proc_interface::perform_local_data_copy_proc_interface ( type(model_state_type), intent(inout)  current_state,
integer, intent(in)  halo_depth,
logical, intent(in)  involve_corners,
type(field_data_wrapper_type), dimension(:), intent(in), optional  source_data 
)
private

Definition at line 76 of file halocommunication.F90.

78  import model_state_type, field_data_wrapper_type
79  type(model_state_type), intent(inout) :: current_state
80  integer, intent(in) :: halo_depth
81  logical, intent(in) :: involve_corners
82  type(field_data_wrapper_type), dimension(:), intent(in), optional :: source_data
Here is the call graph for this function:

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