Download and Install

FEMFFUSION works under GNU/Linux. To install, it requires the following libraries:

Other preprocessing and postprocessing tools are also recommended:

To install these libraries in Ubuntu 24.04 is straightforward, see next sections. To do it in other distribution, please refer to the deal.II readme.

Ubuntu 24.04

Install the following libraries using the terminal:

sudo apt-get install make g++ git cmake
sudo apt-get install petsc-dev slepc-dev libdeal.ii-dev
sudo apt-get install gmsh paraview 

Then, clone the FEMFFUSION repository where you want the program and compile it.

git clone https://github.com/Zonni/FEMFFUSION.git
cd femffusion
cmake .
make release
make j  

To check the installation, you can execute the test suite:

./femffusion.exe -t

To run the reactors examples you can run:

./femffusion.exe -t

Contact

If you have any problem, you can contact anvifer2@upv.es.