- Linux (recommended). Windows via WSL is supported.
- Required packages: fenics-dolfinx, mpich, pyvista, numpy, pandas, jinja2, gmsh, scipy, matplotlib, scifem.
- Recommand install with micromamba or conda.
- CMake >= 3.10.
- A C++ toolchain supporting at least C++11 (g++ or clang recommended).
- Install GetFem.
- Build (example for the 3D code):
This produces the
cd Dim3 mkdir -p build cd build cmake .. make dirac_3ddirac_3dbinary inDim3/build/.