Emily Boudreaux 112e626760 feat(mfem): added mfem into source tree along with patch based build system
MFEM is a dependency of our code and we want to build it with our code for portability, here I add a meson subproject which fetches mfem and builds it. Because of some issues with CMake and meson I apply a patch which manually disables running tests and building examples and miniapps in mfem. This is okay as mfem here is not intenteded to be linked against other programs (though it still can be).
2025-02-12 16:24:13 -05:00
2025-02-12 13:51:40 -05:00
2025-02-12 16:21:31 -05:00

New implimentation of 3+1D SSE

We need an exciting name.

Building

In order to build run

./mk

if you want to build with no test suite run

./mk --noTest
Description
No description provided
Readme 36 MiB
Languages
C++ 75%
Python 9.2%
Shell 7.3%
Meson 5.4%
C 2.8%
Other 0.3%