PKua007 / rampack

Random And Maximal PACKing PACKage
Boost Software License 1.0
2 stars 1 forks source link

Optimization of total range radius #34

Closed PKua007 closed 1 year ago

PKua007 commented 1 year ago

Performance of some shapes (such as PolysphereWedge) may benefit from overloaded Interaction::getTotalRangeRadius

PKua007 commented 1 year ago

Actually, it will not help much. Domain decomposition has to be done using the "old" way of calculating the total range radius. Other parts are not that important. Thus, the issue is closed.