openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

reformulation of merge_solid routine #79

Open ebknudsen opened 7 months ago

ebknudsen commented 7 months ago

The algorithm here is less than perfect, at present it does almost the same as the old routine, but seems (from its console logging) to do otherwise. We need to change this into a real round robin.

ebknudsen commented 7 months ago

At present it suffers from the same problem as the original one that merging all objects all at once can be prohibitively memory intensive.