You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a local data folder in each code repo (and a total mess inside each of them),
to remember the command line interface of each executable (please, don't learn them by heart),
to include other algorithms in your repo to compare them (adding dependencies and slipping towards enormous repos),
this project make it possible to keep each algorithm small and independent, and offering to the user an object-oriented API on data folders like, for a polycube-based hexahedral mesh generation:
Auto-download the MAMBO dataset: ./dds.py run import_MAMBO ~/data
📂~/data
+ 📁B0+ 📁B1+ ...+ 📁S45
Tetrahedrization of M7 with Gmsh: ./dds.py run Gmsh ~/data/M7 characteristic_length_factor=0.2
📂~/data
📂M7
+ 📂Gmsh_0.2+ 📄tet.mesh+ 📄surface.obj
Hmm, I need a finer mesh... ./dds.py run Gmsh ~/data/M7 characteristic_length_factor=0.05
Fantastic!! Can you also apply a global padding? 🥺 You know I'm just a Python script, right? ./dds.py run global_padding ~/data/M7/Gmsh_0.05/labeling_painter/polycube_withHexEx_1.0