mus_IBMFinishBuff Subroutine

private subroutine mus_IBMFinishBuff(me, IBMData, levelDesc, commPattern, globTree, iLevel, comm, stencil)

This routine finishes the buffers for Xk and X_pdf. This is moved to a seperate routine since both buffers depend on a local communication which should be done nearby the global synchronization point (mus_exchange)

Arguments

Type IntentOptional Attributes Name
type(mus_IBM_type), intent(inout) :: me

datatype to store the surface information

type(mus_IBM_tmpData_type), intent(inout) :: IBMData

tmp IBMData type to be filled

type(tem_levelDesc_type), intent(inout) :: levelDesc

the level descriptor incl. the global send and receive buffers

type(tem_commPattern_type), intent(inout) :: commPattern

communication pattern to be used

type(treelmesh_type), intent(inout) :: globTree

global tree information

integer, intent(in) :: iLevel

current level

integer, intent(in) :: comm

MPI communicator

type(tem_stencilHeader_type), intent(in) :: stencil(:)

array of stencils (1 is the fluid stencil)


Calls

proc~~mus_ibmfinishbuff~~CallsGraph proc~mus_ibmfinishbuff mus_IBMFinishBuff append append proc~mus_ibmfinishbuff->append buf_int buf_int proc~mus_ibmfinishbuff->buf_int buf_long buf_long proc~mus_ibmfinishbuff->buf_long buf_real buf_real proc~mus_ibmfinishbuff->buf_real destroy destroy proc~mus_ibmfinishbuff->destroy elempos elempos proc~mus_ibmfinishbuff->elempos empty empty proc~mus_ibmfinishbuff->empty init init proc~mus_ibmfinishbuff->init nelemsproc nelemsproc proc~mus_ibmfinishbuff->nelemsproc tem_init_surfData tem_init_surfData proc~mus_ibmfinishbuff->tem_init_surfData tem_startTimer tem_startTimer proc~mus_ibmfinishbuff->tem_startTimer tem_stopTimer tem_stopTimer proc~mus_ibmfinishbuff->tem_stopTimer tem_treeIDinTotal tem_treeIDinTotal proc~mus_ibmfinishbuff->tem_treeIDinTotal tem_updateTree_properties tem_updateTree_properties proc~mus_ibmfinishbuff->tem_updateTree_properties val val proc~mus_ibmfinishbuff->val

Called by

proc~~mus_ibmfinishbuff~~CalledByGraph proc~mus_ibmfinishbuff mus_IBMFinishBuff proc~mus_inamuro_ibm mus_inamuro_IBM proc~mus_inamuro_ibm->proc~mus_ibmfinishbuff proc~do_fast_singlelevel do_fast_singleLevel proc~do_fast_singlelevel->proc~mus_inamuro_ibm