The following function provides the coordinates of the barycenter for a given treeID in the complete mesh.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree | mesh information |
||
integer(kind=long_k), | intent(in) | :: | TreeID | input Element ID |
barycenter return value
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | coord(4) | ||||
real(kind=rk), | private | :: | dx |