This routine created sphere objects and new attribute and extend a list of spatial objects if node intersected boundary has distance refine.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | coord(4) |
Coordinate of current node |
||
real(kind=rk), | intent(in) | :: | dx | |||
integer, | intent(in) | :: | iLevel |
Current node level |
||
type(sdr_geometry_type), | intent(inout) | :: | geometry |
type which contains all geometry object infos |
||
integer, | intent(in) | :: | intersected_first |
This node's first position in intersected_object |
||
integer, | intent(in) | :: | intersected_last |
This node's last position in intersected_object |
||
type(grw_intarray_type), | intent(in) | :: | intersected_object |
Growing array of intersected_objects |