-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Description
MFEM 4.7 is released. (Congratulation to the team). This is ToDo list for PyMFEM 4.7
- Attribute sets dev #219
- Update github actions to test
- ex39.py (https://github.com/mfem/PyMFEM/compare/mfem_47_dev...fix-example-23-39p?expand=1)
- update ex18.py (Wrapper for hyperbolic class and fixing ex18 #227, Fix ex18 v2 #235)
- address ex23.py
- update SWIG requirement to >= 4.2.1 (Update requirements.txt #226)
- Improve testing workflow (create callable workflow #222)
- fixing eltrans (TransformBack) and mesh (unique_ptr) #225
Carried over from 4.6 - Include test with Python3.11
- update libceed version to 0.12 (used when --with-libceed is on) (Update libceed version to the one required for building MFEM4.7 #240)
- Fix CUDA test in github action (Trying to fix cuda install #241)
- Update Install.md and ChangeLog (Install.md #246, Documentation for PyMFEM 4.7 release #244)
tzanio