Algorithm to determine overlaps between spherical ellipses.
gnidovec 4992059aff improved docstring info | 2 år sedan | |
---|---|---|
README.md | 2 år sedan | |
contact_function.py | 2 år sedan | |
overlap_algorithm.c | 2 år sedan | |
packing_simulation.py | 2 år sedan |
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.