tem_halo_init Subroutine

public subroutine tem_halo_init(me)

Initialize the list of halo elements.

Arguments

Type IntentOptional Attributes Name
type(tem_haloList_type), intent(out) :: me

The list of halo elements to initialize


Source Code

  subroutine tem_halo_init(me)
    !> The list of halo elements to initialize
    type(tem_haloList_type), intent(out) :: me

    call init(me%partnerProc)
    call init(me%halos)
  end subroutine tem_halo_init