set_halo_commLinks Subroutine

private subroutine set_halo_commLinks(scheme, minLevel, maxLevel, nBCs, comm_reduced, haloRequired)

Select the halo elements which require all links

Determine which pdfs to communicate

Arguments

Type IntentOptional Attributes Name
type(mus_scheme_type), intent(in) :: scheme

scheme information including fluid, boundary and flow information

integer, intent(in) :: minLevel

Global information

integer, intent(in) :: maxLevel

Global information

integer, intent(in) :: nBCs

Global information

logical, intent(in) :: comm_reduced

reduced communication

type(logical_array_type), intent(inout), allocatable :: haloRequired(:)

Calls

proc~~set_halo_commlinks~~CallsGraph proc~set_halo_commlinks set_halo_commLinks cxdirinv cxdirinv proc~set_halo_commlinks->cxdirinv depfromcoarser depfromcoarser proc~set_halo_commlinks->depfromcoarser depfromfiner depfromfiner proc~set_halo_commlinks->depfromfiner nelemsproc nelemsproc proc~set_halo_commlinks->nelemsproc nghelems nghelems proc~set_halo_commlinks->nghelems offset offset proc~set_halo_commlinks->offset

Called by

proc~~set_halo_commlinks~~CalledByGraph proc~set_halo_commlinks set_halo_commLinks proc~mus_construct mus_construct proc~mus_construct->proc~set_halo_commlinks proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_construct proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_construct program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_construct proc~mus_solve mus_solve proc~mus_solve->proc~mus_perform_dynloadbal program~musubi musubi program~musubi->proc~mus_initialize program~musubi->proc~mus_solve