Treecode with a Special-Purpose Processor
暂无分享,去创建一个
An implementation of the modified Barnes-Hut tree algorithm for a gravitational N-body calculation on a GRAPE (GRAvity PipE) backend processor. GRAPE is a special-purpose computer for N-body calculations. It receives the positions and masses of particles from a host computer and then calculates the gravitational force at each coordinate specified by the host. To use this GRAPE processor with the hierarchical tree algorithm, the host computer must maintain a list of all nodes that exert force on a particle. In this modified algorithm, a list of nodes is created for many particles. Thus, the amount of the work required of the host is significantly reduced