SyamVangara / multigrid-petsc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multigrid-solver

Solves poisson equation using Finite difference with Mutigrid method.

Install

Requires: PETSc configured with MPI. To install, run following commands from the top directory of the project.

mkdir obj
make poisson

About


Languages

Language:C 98.8%Language:Makefile 1.2%