Initialize the list of halo elements.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_haloList_type), | intent(out) | :: | me |
The list of halo elements to initialize |
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