mus_intp_update_depFromFiner Subroutine

public subroutine mus_intp_update_depFromFiner(intp, levelDesc, minLevel, maxLevel, stencil)

All sources (children) have been found in treelm, updated number of sources needed, based on nDims collect all source elements into sourceFromFiner assign ghost intp list. Currently only average interpolation is implemented for fillMineFromFiner

Arguments

Type IntentOptional Attributes Name
type(mus_interpolation_type), intent(inout) :: intp

interpolation type

type(tem_levelDesc_type) :: levelDesc(minLevel:maxLevel)

Level Descriptor

integer, intent(in) :: minLevel
integer, intent(in) :: maxLevel
type(tem_stencilHeader_type), intent(in) :: stencil

Stencil


Calls

proc~~mus_intp_update_depfromfiner~~CallsGraph proc~mus_intp_update_depfromfiner mus_intp_update_depFromFiner append append proc~mus_intp_update_depfromfiner->append depSource_append depSource_append proc~mus_intp_update_depfromfiner->depSource_append nelems nelems proc~mus_intp_update_depfromfiner->nelems tem_horizontalSpacer tem_horizontalSpacer proc~mus_intp_update_depfromfiner->tem_horizontalSpacer val val proc~mus_intp_update_depfromfiner->val

Called by

proc~~mus_intp_update_depfromfiner~~CalledByGraph proc~mus_intp_update_depfromfiner mus_intp_update_depFromFiner proc~mus_construct mus_construct proc~mus_construct->proc~mus_intp_update_depfromfiner 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