Calculate all eight vertex coordinates of a given tree ID
the numbering of the vertices is according to [tem_param_module:childPosition]
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree | complete tree for info about dimensions |
||
integer(kind=long_k), | intent(in) | :: | treeID | input element ID |
all vertices coordinates function return value
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | elemBary(3) | ||||
real(kind=rk), | private | :: | length | ||||
integer, | private | :: | x(4) | ||||
integer, | private | :: | iCoord | ||||
integer, | private | :: | iVrtx |