Porous Media Simulator using the Finite Element Method

🚧 Work in progress...

This code implements simulator using the finite element method for the behavior of solids, structures, and porous media.

Documentation:

Installation

We use the Russell platform and, thus, we need to install some Debian packages.

Install some libraries:

bash sudo apt-get install \ liblapacke-dev \ libopenblas-dev

Add this to your Cargo.toml:

toml [dependencies] pmsim = "0.1"

Examples

TODO