Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local event optimisation #17

Open
toastedcrumpets opened this issue Nov 11, 2012 · 0 comments
Open

Local event optimisation #17

toastedcrumpets opened this issue Nov 11, 2012 · 0 comments
Assignees
Milestone

Comments

@toastedcrumpets
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant