Algorithm to determine overlaps between spherical ellipses.
|
|
преди 3 години | |
|---|---|---|
| README.md | преди 3 години | |
| contact_function.py | преди 3 години | |
| overlap_algorithm.c | преди 3 години | |
| packing_simulation.py | преди 3 години |
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.