Algorithm to determine overlaps between spherical ellipses.
|
|
il y a 3 ans | |
|---|---|---|
| README.md | il y a 3 ans | |
| contact_function.py | il y a 3 ans | |
| overlap_algorithm.c | il y a 3 ans | |
| packing_simulation.py | il y a 3 ans |
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.