The source project of this merge request has been removed.
Neighbor List
Preliminary neighbor list capability. Contains:
- A general interface to neighbor list data
- A basic neighbor list implementation for relatively uniform particle spacing based on regular grids
- A unit test harness to easily add and test other neighbor list implementations
- A performance benchmark for neighbor lists in MD-like problems
- A basic
parallel_for
operation over neighbor lists
Edited by Slattery, Stuart