rajuramj / Poisson-Solver-

This repository contains C++ programs to solve Poisson Equation in 1 dimensional space using Finite difference discretization. The native method uses full matrix to compute the solution and hence Stencil class is introduced which converges very fast.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poisson-Solver-

This repository contains C++ programs to solve Poisson Equation in 1 dimensional space using Finite difference discretization. The native method uses full matrix to compute the solution and hence Stencil class is introduced in which the solution converges very fast.

About

This repository contains C++ programs to solve Poisson Equation in 1 dimensional space using Finite difference discretization. The native method uses full matrix to compute the solution and hence Stencil class is introduced which converges very fast.


Languages

Language:C++ 100.0%