aboutsummaryrefslogtreecommitdiff
path: root/Examples/Laplace.m
Commit message (Collapse)AuthorAge
* Laplace.m: Compute RHS only on interior of gridIan Hinder2012-01-22
| | | | Using a difference operator means this is necessary.
* Laplace.m: Disable enhanced TimesIan Hinder2012-01-22
| | | | Using enhanced times is safer but much slower
* Add Laplace equation exampleIan Hinder2011-10-28
This uses Jacobi iteration to solve Laplace's equation in 2D on a square grid.