mfem / PyMFEM

Python wrapper for MFEM
http://mfem.org
BSD 3-Clause "New" or "Revised" License
196 stars 59 forks source link

Wrapper for hyperbolic class and fixing ex18 #227

Open justinlaughlin opened 3 days ago

justinlaughlin commented 3 days ago

https://github.com/mfem/mfem/pull/3598 introduced a new class DGHyperbolicConservationLaws and refactored ex18.cpp and ex18p.cpp.

The new implementation leads to ex18.py failing; the solutions are very similar but different enough to not pass. For example

I'll start branch to wrap the new hyperbolic conservation class and update ex18

justinlaughlin commented 3 days ago

https://github.com/mfem/PyMFEM/tree/fix-ex18