This repository contains the assignments and workspaces for the course P2.4
If you have access to Uylsses, you can add the following to your .bashrc
:
. /home/mathlab/dealii-trilinos-p4est/set_up_dealii.sh
This will export all libraries required by deal.II
, and the latest stable version of deal.II
(v8.5.0).
docker run -t -i -u0 dealii/dealii:v9.0.0-gcc-mpi-fulldepscandi-debugrelease
The flag -u0 allows to run the docker as a root in order to install new packages.
The course content for P2.4 - The Finite Element Method Using deal.II is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by-sa/4.0/.