aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,