Skip to content
Snippets Groups Projects

AMDiS (Adaptive MultiDimensional Simulations) is a C++ library to solve a broad class of partial differential equations (PDE) using adaptive finite elements.

Install AMDiS by using cmake:

cmake AMDiS
make && make install