Changes between Version 7 and Version 8 of Examples/Laplace


Ignore:
Timestamp:
May 7, 2010, 8:08:43 AM (14 years ago)
Author:
Ben Lippmeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Examples/Laplace

    v7 v8  
    11= Laplace =
    22
    3 Solves the Laplace equation `u_xx + u_yy = 0` in a rectangular domain, by iteratively applying a stencil function.
     3Solves 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.
    44
    55The first argument is the number of iterations to use. The second is a BMP file containing boundary conditions.