Skip to content

An implementation of a multi-grid gauss-seidel solver

License

Notifications You must be signed in to change notification settings

jannesklee/mggss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGGSS

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

General Usage Notes

Setup can be done in init.c .

License

This piece of software is licensed under the GPLv3. Read LICENSE for further details.

Installation

Compilation is done by typing:

$ make

Cleanup with:

$ make clean

About

An implementation of a multi-grid gauss-seidel solver

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published