This subroutine builds the communication types for the lagrangian elements Xk.
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 |
||
type(mus_param_type), | intent(inout) | :: | params | global parameters |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iProc | ||||
integer, | private | :: | iVal | ||||
integer, | private | :: | iPoint | ||||
integer, | private | :: | nProcs_send | ||||
integer, | private, | allocatable | :: | adjProcs_send(:) | |||
integer, | private | :: | nProcs_recv | ||||
integer, | private, | allocatable | :: | adjProcs_recv(:) | |||
integer, | private, | allocatable | :: | nElems_recv(:) | |||
logical, | private, | allocatable | :: | procPart(:) |