debug_dependenciesFromCoarser Subroutine

public subroutine debug_dependenciesFromCoarser(levelDesc, minLevel, maxLevel)

Interpolation routine that is based on a simple weighted average of source nodes. This is the interpolation coarse-> fine. Weights are needed here, as the distances source <-> target are different for the source nodes.

Arguments

TypeIntentOptionalAttributesName
type(tem_levelDesc_type), intent(in) :: levelDesc(minlevel:maxLevel)

Level descriptor

integer, intent(in) :: minLevel

Level range

integer, intent(in) :: maxLevel

Level range


Calls

proc~~debug_dependenciesfromcoarser~~CallsGraph proc~debug_dependenciesfromcoarser debug_dependenciesFromCoarser proc~tem_horizontalspacer tem_horizontalSpacer proc~debug_dependenciesfromcoarser->proc~tem_horizontalspacer interface~tem_tostr tem_toStr proc~debug_dependenciesfromcoarser->interface~tem_tostr

Called by

proc~~debug_dependenciesfromcoarser~~CalledByGraph proc~debug_dependenciesfromcoarser debug_dependenciesFromCoarser proc~mus_construct mus_construct proc~mus_construct->proc~debug_dependenciesfromcoarser proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_construct program~mus_harvesting mus_harvesting program~mus_harvesting->proc~mus_construct proc~mus_perform_dynloadbal mus_perform_dynLoadBal proc~mus_perform_dynloadbal->proc~mus_construct none~do_balance do_balance none~do_balance->proc~mus_perform_dynloadbal program~musubi musubi program~musubi->proc~mus_initialize proc~mus_solve mus_solve proc~mus_solve->none~do_balance

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: sourceLevel
integer, private :: targetElem
integer, private :: iElem
integer, private :: nSources
integer, private :: iLevel
integer, private :: mySources(27)