- Git
- CMake ≥ 3.10
- GCC or Clang
- OpenMP
- HDF5 development libraries
- Python 3 (for input generation)
- Clone the repository
git clone https://github.com/TimGoTheCreator/NEXT.git
cd NEXT- Install dependencies
sudo apt-get update
sudo apt-get install -y libomp-dev libhdf5-dev python3- Build NEXT
mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ..- Run a built-in example simulation
cd examples/TwoBodies
python two_body.py
../../next two_body.txt 8 0.01 0.1 vtu- View results
Open the .vtu output in ParaView.