Index
Table of Contents
Documentations
Python API
C API
Project File Structure
grav_sim/
├── docs/ # Documentation
├── examples/ # Example scripts
├── grav_sim/ # Python wrapper
├── overrides/ # Mkdocs overrides
├── pcg/ # PCG random number generator
├── src/ # C source code
├── 5_steps_to_n_body_simulation/ # 5 steps to n-body simulation
├── .gitignore
├── CMakeLists.txt
├── FindFFTW3.cmake
├── LICENSE
├── MANIFEST.in
├── mkdocs.yml
├── pyproject.toml
├── README.md
├── requirements.txt
├── setup.py
└── .github/