112e626760265233919cd3457ba82b1602d434b5
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).
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
Languages
C++
75%
Python
9.2%
Shell
7.3%
Meson
5.4%
C
2.8%
Other
0.3%