From db34129d59bcc68e1d404f2d6475643965f0ddf6 Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Sun, 22 Jan 2012 17:46:39 +0100 Subject: Laplace.m: Compute RHS only on interior of grid Using a difference operator means this is necessary. --- Examples/Laplace.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Examples') diff --git a/Examples/Laplace.m b/Examples/Laplace.m index 5e3193c..ffb4a2c 100644 --- a/Examples/Laplace.m +++ b/Examples/Laplace.m @@ -41,6 +41,7 @@ evolveCalc = { Name -> "Laplace_relax", Schedule -> {"in MoL_CalcRHS", "AT ANALYSIS"}, + Where -> Interior, Equations -> { dot[phi] -> mu Euc[ui,uj] PD[phi,li,lj] -- cgit v1.2.3