This function provides the coordinates of the element barycenters for a set of given element coordinates on the same refinement level.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | coord(nPoints,3) | |||
| integer, | intent(in) | :: | nPoints | |||
| real(kind=rk), | intent(in) | :: | origin(3) | spatial index triple for a given ID |
||
| real(kind=rk), | intent(in) | :: | dx |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | ii | ||||
| real(kind=rk), | private | :: | c(3) |