The computations are done in C++ using the Finite Element library deal.II; the plots from the dissertation then are generated with Matlab.
To use this code, deal.II (release 9.2.0) has to be installed, cf. https://www.dealii.org/9.2.0
In order to compile the program, open a terminal session in this folder and call "cmake -DDEAL_II_DIR=/path/to/deal.II .".
Next, call "make release" and then "make" to compile the files.
Before running the program, specify in the 'config.ini' for which figures the calculations should be performed.
By default, the calculations for all plots are performed.
Finally, run the program with "make run". This performs the computations and generates files in the "output" folder containing the results of the numerical experiments.
After that, the plots can be generated with the Matlab Script 'plot_figures.m'. In this file it can also be selected which plots should be generated.