Report the actually existing elements, which were requested as halos from remote
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_levelDesc_type), | intent(inout) | :: | levelDesc | the level descriptor of specific level |
||
| type(tem_communication_type), | intent(inout) | :: | sendbuffer | send and receive communication buffer type |
||
| type(tem_communication_type), | intent(inout) | :: | recvbuffer | send and receive communication buffer type |
||
| type(tem_comm_env_type), | intent(in) | :: | proc | Process description to use. |
||
| type(tem_commPattern_type) | :: | commPattern | communication pattern |
|||
| type(tem_stencilHeader_type) | :: | computeStencil(:) | array of all stencils used in the simulation |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iProc | ||||
| integer, | private | :: | tPos | ||||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | nElems | ||||
| integer, | private | :: | elemCount | ||||
| integer(kind=long_k), | private, | allocatable | :: | recvBuf(:) | |||
| integer, | private | :: | message_flag | ||||
| logical, | private | :: | wasAdded |