Definition at line 54 of file halocommunication.F90.
 
◆ copy_halo_buffer_to_field_proc_interface()
  
  
      
        
          | subroutine halo_communication_mod::copy_halo_buffer_to_field_proc_interface::copy_halo_buffer_to_field_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)  | 
          target_index,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          neighbour_location,  | 
         
        
           | 
           | 
          integer, dimension(:), intent(inout)  | 
          current_page,  | 
         
        
           | 
           | 
          type(field_data_wrapper_type), dimension(:), intent(in), optional  | 
          source_data  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
Definition at line 54 of file halocommunication.F90.
   57        import model_state_type, neighbour_description_type, field_data_wrapper_type
 
   58        type(model_state_type), 
intent(inout) :: current_state
 
   59        integer, 
intent(in) :: dim, target_index, neighbour_location
 
   60        integer, 
intent(inout) :: current_page(:)
 
   61        type(neighbour_description_type), 
intent(inout) :: neighbour_description
 
   62        type(field_data_wrapper_type), 
dimension(:), 
intent(in), 
optional 
 
 
 
The documentation for this interface was generated from the following file: