This function returns a coordinate in the given treelmesh for a physical point location on the finest possible level.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | mesh | |||
real(kind=rk), | intent(in) | :: | point(3) | |||
integer, | intent(in), | optional | :: | level | coordinate on |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | locInCube(3) | ||||
real(kind=rk), | private | :: | meshDensity | ||||
integer, | private | :: | dimLen | ||||
integer, | private | :: | coordlevel |