This subroutine identifies the parent treelm elements of the surface data points.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_surfData_type), | intent(inout) | :: | me | datatype to store the surface information |
||
type(tem_levelDesc_type), | intent(inout) | :: | levelDesc | the level descriptor incl. ghost and halo elements as well as the communicator information on the level iLevel |
||
type(treelmesh_type), | intent(in) | :: | globTree | global Tree information |
||
integer, | intent(in) | :: | iLevel | the current level |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iCoord | ||||
integer, | private | :: | iVal | ||||
integer, | private | :: | pos | ||||
integer(kind=long_k), | private | :: | tmpTreeID | ||||
type(dyn_longarray_type), | private | :: | tmpTreeIDs | ||||
integer, | private, | allocatable | :: | posInTotal(:) | |||
integer, | private, | allocatable | :: | tmpPos(:) | |||
real(kind=rk), | private | :: | huge_real | ||||
type(tem_path_type), | private | :: | tmpPath | ||||
type(tem_path_type), | private | :: | minHaloPath | ||||
type(tem_path_type), | private | :: | maxHaloPath | ||||
integer, | private | :: | nFluids | ||||
integer, | private | :: | firstHalo | ||||
integer, | private | :: | lastHalo | ||||
logical, | private | :: | wasAdded |