JACOBI_POISSON_1D
Using Jacobi Iteration to Solve a Discretized 1D Poisson Equation


JACOBI_POISSON_1D investigates the use of the Jacobi iterative solver to compute approximate solutions to a discretization of Poisson's equation in 1D. The document is intended as a record and guide for a particular investigation into this problem. Therefore, we specify a particular set of data that represents an instance of the Poisson equation; we discuss the form of a discretization of the equation which results in a linear system; we consider a specific implementation of the Jacobi iteration that was used to solve the linear system; we then consider the convergence behavior of the iterative method as the size of the grid increases and look for an alternative solution procedure that will give us the answer more efficiently. The expectation is that the multigrid method will enable us to solve the 1D problem more quickly, and to proceed to the 2D problems that are of greater interest.

A PDF version is available as ../../presentations/jacobi_poisson_1d.pdf

Files you may copy include:

You can go up one level to the LATEX home page.


Last revised on 08 November 2011.