Skip to content

使用 MPI 模拟 N 体问题(N-body),基于 Barnes-Hut 算法。

Notifications You must be signed in to change notification settings

ipid/NBodySimulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基于 MPI 与 Barnes-Hut 算法的天体运动模拟

可视化代码的使用方法

  1. 安装 Python3,并通过 pip 安装 matplotlib 库
  2. 运行主程序,将结果输出为 simulate-res.txt
  3. 将 visualize.py 与文件放在同一目录下,运行即可

About

使用 MPI 模拟 N 体问题(N-body),基于 Barnes-Hut 算法。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published