Changes between Version 7 and Version 8 of Examples/Laplace
- Timestamp:
- May 7, 2010, 8:08:43 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Examples/Laplace
v7 v8 1 1 = Laplace = 2 2 3 Solves the Laplace equation`u_xx + u_yy = 0` in a rectangular domain, by iteratively applying a stencil function.3 Solves the [http://en.wikipedia.org/wiki/Laplace_equation Laplace equation] `u_xx + u_yy = 0` in a rectangular domain, by iteratively applying a stencil function. 4 4 5 5 The first argument is the number of iterations to use. The second is a BMP file containing boundary conditions.