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
Name | Last commit | Last update |
---|---|---|
AMDiS | ||
demo | ||
doc | ||
extensions | ||
test | ||
tools | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
README.md |
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