Run over all 8 vertices for each element in the treeID list, calculate its coordinates and add its position to the map.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(treelmesh_type), | intent(in) | :: | tree | fluid mesh |
||
| type(tem_vrtx_type), | intent(inout) | :: | vrtx | Vertex data |
||
| type(tem_subTree_type), | intent(in), | optional | :: | subTree | optional subTree information |
|
| integer(kind=long_k), | intent(out), | allocatable | :: | vrtxTreeID(:) | boundary information incl. q-Values |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iVrtx | ||||
| integer, | private | :: | iElem | ||||
| integer, | private | :: | local_nElems | ||||
| integer(kind=long_k), | private | :: | vrtxID | ||||
| integer, | private | :: | elemCoord(4) | ||||
| integer, | private | :: | locVrtx(4) | ||||
| integer, | private | :: | vrtxAnchor(4) | ||||
| integer, | private | :: | iLevel | ||||
| integer(kind=long_k), | private, | allocatable | :: | treeID(:) |