poisson_1d_test


poisson_1d_test, a C code which calls poisson_1d(), which solves a discretized version of the Poisson equation -uxx = f(x) on the interval a ≤ x ≤ b, with Dirichlet boundary conditions u(a) = ua, u(b) = ub. The linear system is solved using Gauss-Seidel iteration.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

poisson_1d, a C code which solves a discretized version of the Poisson equation -uxx = f(x) on the interval a ≤ x ≤ b, with Dirichlet boundary conditions u(a) = ua, u(b) = ub. The linear system is solved using Gauss-Seidel iteration.

Source Code:


Last revised on 01 October 2024.