MGGSS solves the Poisson-equation and stands for MultiGrid-Gauss-Seidel-Solver. It uses Dirichlet boundary conditions and runs on an equidistant 2D grid.
Version : 0.0
Author : Jannes Klee
Contact : jannes.klee@gmail.com
Setup can be done in init.c .
This piece of software is licensed under the GPLv3. Read LICENSE for further details.
Compilation is done by typing:
$ make
Cleanup with:
$ make clean