Open pdziekan opened 9 years ago
Right now if any particles were recycled, i, j, k and ijk vectors are updated for all particles. Instead, their values during recycling could be set to undefined and later updated.
(same mechanism is now used for invalidating v_term during coalescence)
Right now if any particles were recycled, i, j, k and ijk vectors are updated for all particles. Instead, their values during recycling could be set to undefined and later updated.