openmsr / CAD_to_OpenMC

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

Change the meshing implementation to use a factory class pattern #6

Closed ebknudsen closed 2 years ago

ebknudsen commented 2 years ago

This will make the separation more clear and make it easier to add another meshing tool (such as cubit) if this is wanted. Follow the outline presented here? https://realpython.com/factory-method-python/

ebknudsen commented 2 years ago

Work on this is ongoing in the factory_meshclasses branch

ebknudsen commented 2 years ago