Run through all the elements, check the vertices and return the fluid bounding cube
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(in) | :: | tree | global mesh information |
xyz coordinate for min and max of bounding cube
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | vrtxCoord(3,8) | ||||
real(kind=rk), | private | :: | minX(3) | ||||
real(kind=rk), | private | :: | maxX(3) | ||||
integer(kind=long_k), | private | :: | tTreeID | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | iVert |