Basic HTML version of Foils prepared 2 September 1997

Foil 4 The Solution of Laplace's Equation

From CPS615 Laplace Example -- Programming Models and Performance CPS615 Basic Simulation Track for Computational Science -- Fall Semester 97. by Geoffrey C. Fox


1 Solve Laplace's Equation:
2 on a rectangular domain, with specified boundary conditions.
3 Use simple iterative Gauss-Seidel algorithm:
4 f new = ( f left + f right + f up + f down ) / 4

in Table To:


© on Tue Oct 7 1997