Transform reference points to physical points in the element of the tree identified by the provided elempos.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | refPoints(:,:) | Reference points to transform. They have the form (npoints,3). |
||
| type(treelmesh_type), | intent(in) | :: | tree | Tree in which the element is found. |
||
| integer, | intent(in) | :: | elempos | Position of the element in the list of treeIDs of the tree. |
||
| real(kind=rk), | intent(out) | :: | physPoints(:,:) | Transformed points. Has the same form as refPoints. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private | :: | bary(3) | ||||
| real(kind=rk), | private | :: | elemlen | ||||
| integer, | private | :: | coord(4) | ||||
| integer, | private | :: | iDir |