GALES is a general purpose 2D/3D linear finite element method (FEM) based multi-physics numerical code for the numerical solution of partial differential equations. The code was primarily developed to study problems related to volcano physics by running numerical simulations. The software is written in modern C++ and is parallelized using openMPI. The code is written as a collection of header files only and use template specialization to differentiate between 2D and 3D implementations. For parallel programming, GALES heavily depends on the trilinos software (https://trilinos.github.io/). The source code contains a tpl directory where all dependencies are bundeled in tar files. We also provide a set of scripts in tpl directory for postprocessing by paraview.
The software contains the following solvers:
… more to come
Proudly powered by WordPress