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)
Type | Intent | Optional | 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) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iProc | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | iCoord | ||||
integer, | private | :: | pos | ||||
integer, | private | :: | nElemPos | ||||
integer, | private, | allocatable | :: | posXk_recv(:) | |||
integer, | private, | allocatable | :: | posXk_send(:) | |||
integer(kind=long_k), | private, | allocatable | :: | treeIDs_recv(:) | |||
integer(kind=long_k), | private, | allocatable | :: | treeIDs_send(:) |