Skip to content

Commit

Permalink
Laplace.m: Compute RHS only on interior of grid
Browse files Browse the repository at this point in the history
Using a difference operator means this is necessary.
  • Loading branch information
ianhinder committed Jan 22, 2012
1 parent 937331b commit db34129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Laplace.m
Expand Up @@ -41,6 +41,7 @@
{
Name -> "Laplace_relax",
Schedule -> {"in MoL_CalcRHS", "AT ANALYSIS"},
Where -> Interior,
Equations ->
{
dot[phi] -> mu Euc[ui,uj] PD[phi,li,lj]
Expand Down

0 comments on commit db34129

Please sign in to comment.