VasiliBaranov / packing-generation

Hard-sphere packing generation in C++ with the Lubachevsky–Stillinger, Jodrey–Tory, and force-biased algorithms and packing post-processing.
MIT License
106 stars 43 forks source link

Different packing domains #26

Open RainerMinixhofer opened 3 years ago

RainerMinixhofer commented 3 years ago

Would be great if other packing domains than cuboids would be possible. I would need a spherical domain as boundary for packing. Would not introduce much overhead for inside/outside detection, so should be fairly straightforward to implement? Best Rainer

VasiliBaranov commented 3 years ago

Hi Rainer,

it shall not be hard to implement indeed. I am currently not planning to implement them, but if you find time for doing this i would be grateful.

Best Regards, Vasili