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