aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-01-03 14:11:28 +0000
committerBarry Wardell <barry.wardell@gmail.com>2012-01-03 14:11:28 +0000
commit3af24baf723cc99e1e24b7f72aea6a1b8c3ebadd (patch)
tree35111870f217fd3990c2ca66ed68cb5069c5882e
parent885dc69dae4d2181d9337b1a3803ca8cc52e0842 (diff)
Add missing "Where -> Interior" to EM-xTensor example.
-rw-r--r--Examples/EM-xTensor.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Examples/EM-xTensor.m b/Examples/EM-xTensor.m
index 19837a5..983d760 100644
--- a/Examples/EM-xTensor.m
+++ b/Examples/EM-xTensor.m
@@ -101,6 +101,7 @@ evolCalc =
{
Name -> "EM_evol",
Schedule -> {"in MoL_CalcRHS"},
+ Where -> Interior,
Equations ->
{
dot[ToBasis[Euclidean][El[-a]]] -> ToBasis[Euclidean][(epsilong[-a,e,f] CD[-e][B[-f]])],
@@ -115,6 +116,7 @@ evolCalc =
constraintsCalc =
{
Name -> "EM_constraints",
+ Where -> Interior,
Equations ->
{
CEl -> ToBasis[Euclidean][g[a,b]CD[-b][El[-a]]],