underworldcode / underworld3

https://underworldcode.github.io/underworld3/
Other
20 stars 10 forks source link

Tools to create loop mesh #215

Closed gthyagi closed 3 months ago

gthyagi commented 3 months ago

Hi,

I've added modules in the utilities folder to read Medit files, create DMPlex objects from them, and generate Exodus files. I'll be adding examples to the Underworld documentation repository soon.

Cheers, Thyagi

julesghub commented 3 months ago

Nice stuff @gthyagi , I notice the tests are failing because ModuleNotFoundError: No module named 'read_medit_ascii'

Do you have a fix for that?

gthyagi commented 3 months ago

I fixed the module error.