aboutsummaryrefslogtreecommitdiff
path: root/Examples/Laplace.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-22 17:46:39 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-22 18:12:17 +0100
commitdb34129d59bcc68e1d404f2d6475643965f0ddf6 (patch)
tree7347d33d4443ea9198260785c577908b943baa6c /Examples/Laplace.m
parent937331b1172a049258f139980e0341510a0085e7 (diff)
Laplace.m: Compute RHS only on interior of grid
Using a difference operator means this is necessary.
Diffstat (limited to 'Examples/Laplace.m')
-rw-r--r--Examples/Laplace.m1
1 files changed, 1 insertions, 0 deletions
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]