2 unstable releases

0.2.1 Jul 30, 2023
0.1.0 Feb 1, 2022

#24 in Simulation

MIT license

490KB
6.5K SLoC

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:

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

Add this to your Cargo.toml:

[dependencies]
pmsim = "0.1"

Examples

TODO

Dependencies

~20MB
~352K SLoC