getInterpolationBnds is used to determine which cells to interpolate fluid quantities from for a particle positioned at its coordOfOrigin + r_lat. The 8 cells obtained are the cells whose barycenter forms the tightest bounding cube around the particle.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rk), | intent(in) | :: | r_lat(3) | |||
| integer, | intent(out) | :: | lo_x | |||
| integer, | intent(out) | :: | up_x | |||
| integer, | intent(out) | :: | lo_y | |||
| integer, | intent(out) | :: | up_y | |||
| integer, | intent(out) | :: | lo_z | |||
| integer, | intent(out) | :: | up_z |