Determine the location (which process) of a requested element, which was identified to be located on one single process (can be local or remote) If it is located on a remote process: add to halo list local process: identify if ghost or fluid
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=long_k), | intent(in) | :: | targetID | neighboring treeID |
||
type(tem_levelDesc_type), | intent(inout) | :: | levelDesc(minLevel:) | the level descriptor to be filled |
||
type(treelmesh_type), | intent(in) | :: | tree | tree information |
||
type(tem_comm_env_type), | intent(in) | :: | proc | Process description to use. |
||
integer, | intent(in) | :: | iProc | Process on which targetID is located |
||
integer, | intent(in) | :: | minLevel | minimum level fluid element in the tree |
||
integer, | intent(out) | :: | elemPos | targetID element position in the levelDesc % elem list |
||
type(tem_stencilHeader_type), | intent(in) | :: | stencil | current stencil definition |
||
integer, | intent(in) | :: | nesting | nesting level |
||
logical, | intent(out) | :: | updated | was the element updated in this call? |
||
logical, | intent(in), | optional | :: | skip_add_additionalGhost | logical, optional, if true no ghosts are added |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(tem_stencilElement_type), | private | :: | emptyStencil(1) | ||||
integer, | private | :: | targetLevel | ||||
logical, | private | :: | wasAdded | ||||
logical, | private | :: | l_skip_add_additionalGhost |