This subroutine derives all treeIDs of a subTree from the corresponding global tree and stores them in treeID.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_subTree_type), | intent(in) | :: | me | subTree of glob_tree |
||
| type(treelmesh_type), | intent(in) | :: | glob_tree | corresponding global tree |
||
| integer(kind=long_k), | intent(out), | allocatable | :: | treeID(:) | complete treeID list |
|
| integer, | intent(in) | :: | bound(2) | lower(1) and upper(2) bound of the element array |