Implement linked-list/vector hybrid NeighborList

This commit is contained in:
Sterling Harper 2018-12-14 12:06:02 -05:00
parent 36d85dde4f
commit a8cb86c6b5
7 changed files with 285 additions and 30 deletions

View file

@ -432,6 +432,14 @@ maximum_levels(int32_t univ)
//==============================================================================
void
geometry_finalize_generation()
{
for (Cell* c : model::cells) c->neighbors.make_consecutive();
}
//==============================================================================
void
free_memory_geometry_c()
{