.clang-format
.gitignore
LICENSE
Makefile
README.md
make.bat
setup.py
.github/workflows/ci.yml
bola/__init__.py
bola/mesh.py
bola/packing.py
bola/psd.py
bola/visu.py
bola.egg-info/PKG-INFO
bola.egg-info/SOURCES.txt
bola.egg-info/dependency_links.txt
bola.egg-info/not-zip-safe
bola.egg-info/requires.txt
bola.egg-info/top_level.txt
bola/src/Box.cpp
bola/src/Box.h
bola/src/Event.h
bola/src/Heap.cpp
bola/src/Heap.h
bola/src/RandomSequentialAddition.cpp
bola/src/Simulation.cpp
bola/src/Simulation.h
bola/src/Sphere.cpp
bola/src/Sphere.h
bola/src/SubBox.h
bola/src/SubBox3d.cpp
bola/src/SubBox3d.h
bola/src/SubBoxes.cpp
bola/src/SubBoxes.h
bola/src/Velocity.h
bola/src/python.cpp
docs/bola.rst
docs/conf.py
docs/index.rst
examples/edmd.jpg
examples/example.pvsm
examples/example.py
examples/gc.jpg
examples/grading_curves.py
examples/maximize_particle_distance.py
examples/mesh.jpg
examples/mesoscale_mesh.py
examples/newtons_cradle.py
examples/rsa.jpg
examples/rsa.py
logo/bola.py
logo/bola.svg
tests/test_edmd.py
tests/test_mesh.py
tests/test_psd.py
tests/test_rsa.py