Routine which checks whether a spatial position is local on the current rank
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | pos(3) |
Cartesian position (x, y, z) |
||
| type(mus_geom_type), | intent(in) | :: | geometry |
Geometry to look in |
||
| type(mus_scheme_type), | intent(in) | :: | scheme |
Scheme for access to level descriptor |
||
| integer, | intent(in) | :: | myRank |
This process rank |