Algorithm to determine overlaps between spherical ellipses.
|
3 anni fa | |
---|---|---|
README.md | 3 anni fa | |
contact_function.py | 3 anni fa | |
overlap_algorithm.c | 3 anni fa | |
packing_simulation.py | 3 anni fa |
Algorithm to calculate overlaps between two spherical ellipses.
Python files contain an interface for C functions in overlap_algorithm.c. This file should first be compiled to a shared library overlap_algorithm.so to make this interface work.