English

Efficient Scheme for Active Particle Selection in N-body Simulations

Data Structures and Algorithms 2014-09-16 v2

Abstract

We propose an efficient method for active particle selection, working with Hermite Individual Time Steps (HITS) scheme in direct N-body simulation code φ\varphiGRAPE. For a simulation with NN particles, this method can reduce the computation complexity of active particle selection, from O(NNstep)O(N\cdot N_{step}) to O(NactNstep)O(\overline{N_{act}}\cdot N_{step}), where Nact\overline{N_{act}} is the average active particle number in every time step which is much smaller than NN and NstepN_{step} is the total time steps integrated during the simulation. Thus can save a lot of time spent on active particle selection part, especially in the case of low Nact\overline{N_{act}}.

Cite

@article{arxiv.1409.0706,
  title  = {Efficient Scheme for Active Particle Selection in N-body Simulations},
  author = {Shiyan Zhong},
  journal= {arXiv preprint arXiv:1409.0706},
  year   = {2014}
}

Comments

8 pages, 4 figures

R2 v1 2026-06-22T05:46:30.002Z