jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
28 stars 9 forks source link

Fixed GMSH tests #52

Closed masonamccallum closed 1 year ago

masonamccallum commented 1 year ago

I will spin up a docker instance to test these on windows this evening. Until then I can't be sure but, I believe the OS call to redirect standard error behaves differently on windows vs unix. That redirect was unnecessary so I just took it out.

jlchan commented 1 year ago

Awesome, thank you! It looks good to me - are you ready to merge?