aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-11-28 23:11:17 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2011-11-29 00:02:05 +0100
commitd41fb10376ae9dce1875dc040d265c056ff7683d (patch)
tree4b6585e1d632f86ca1aa5697336761f8b87b6a35
parent864f17e74aa7cd6dbb81c677b7746ba7245c6cab (diff)
Add missing "Where -> Interior" to examples
-rw-r--r--Examples/EM.m2
-rw-r--r--Examples/SimpleWave.m1
2 files changed, 3 insertions, 0 deletions
diff --git a/Examples/EM.m b/Examples/EM.m
index 064822f..c0276f0 100644
--- a/Examples/EM.m
+++ b/Examples/EM.m
@@ -90,6 +90,7 @@ evolCalc =
{
Name -> "EM_evol",
Schedule -> {"in MoL_CalcRHS"},
+ Where -> Interior,
Equations ->
{
dot[El[la]] -> (Eps[la,lb,lc] Euc[ub,ue] Euc[uc,uf] PD[B[lf],le]),
@@ -104,6 +105,7 @@ evolCalc =
constraintsCalc =
{
Name -> "EM_constraints",
+ Where -> Interior,
Equations ->
{
CEl -> PD[El[la],lb] Euc[ua,ub], CB -> PD[B[la],lb] Euc[ua,ub]
diff --git a/Examples/SimpleWave.m b/Examples/SimpleWave.m
index 1fbee69..994defc 100644
--- a/Examples/SimpleWave.m
+++ b/Examples/SimpleWave.m
@@ -25,6 +25,7 @@ evolveCalc =
{
Name -> "calc_rhs",
Schedule -> {"in MoL_CalcRHS"},
+ Where -> Interior,
Equations ->
{
dot[phi] -> pi,