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) | :: | pos | Atom position |
|
real(kind=rp), | intent(in) | :: | radius | Atom radius (or cutoff distance for point particles) |
||
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.