Calculate the real bounding box around the fluid domain
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_subTree_type) | :: | subTree | subTree to get effective bounding cube from |
|||
type(treelmesh_type), | intent(in) | :: | globalTree | corresponding global tree |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | boundingBox(3,2) | ||||
real(kind=rk), | private | :: | tBounding(3) | ||||
integer, | private | :: | iErr |