| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabbtree_t), | intent(inout) | :: | this |
An aabbtree_t instance. |
||
| integer, | intent(in) | :: | ia |
Atom index |
||
| real(kind=rp), | intent(in), | dimension(3) | :: | lbnd |
Lower bound of atom AABB |
|
| real(kind=rp), | intent(in), | dimension(3) | :: | ubnd |
Upper bound of atom AABB |
|
| logical, | intent(out) | :: | lstat |
true if the atom was reinserted, false otherwise. |
Updates an AABB tree for the case when an atom leaves its fattened AABB, with the bounds of the new AABB for the atom as input.