You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, local events are not optimised using neighbour-lists. The previous implementation was not compatible with infinite systems or compression dynamics.
This can be corrected by first removing all "infinite" objects (e.g. infinite planes) and replacing them with bounded objects with a volume (walls have a thickness and finite area).
Then these objects can have bounding boxes determined for them. This bounding box interface can then be used by the neighbour list to insert Locals in to itself, and to determine when they will become invalid.
Currently, local events are not optimised using neighbour-lists. The previous implementation was not compatible with infinite systems or compression dynamics.
This can be corrected by first removing all "infinite" objects (e.g. infinite planes) and replacing them with bounded objects with a volume (walls have a thickness and finite area).
Then these objects can have bounding boxes determined for them. This bounding box interface can then be used by the neighbour list to insert Locals in to itself, and to determine when they will become invalid.
This issue is relevant to issue #2.
The text was updated successfully, but these errors were encountered: