aboutsummaryrefslogtreecommitdiff
path: root/Examples/Euler.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2010-09-28 14:29:56 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2010-09-28 14:29:56 +0100
commit08746bc79c3e3179f4418741f1c81cc53844fe03 (patch)
treea87c68e7a5dbc616b4ac511c9ccc6cee34374cf7 /Examples/Euler.m
parent08191f916f4747620b2c056173c143ee83384322 (diff)
Euler.m: Schedule RHS calculation only in the interior of the grid
Diffstat (limited to 'Examples/Euler.m')
-rw-r--r--Examples/Euler.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Euler.m b/Examples/Euler.m
index 438029a..30aabf2 100644
--- a/Examples/Euler.m
+++ b/Examples/Euler.m
@@ -86,7 +86,7 @@ evolCalc =
Name -> "euler_evol",
Schedule -> {"in MoL_CalcRHS"},
Shorthands -> {dir[ui]},
- (* Where -> Interior, *)
+ Where -> Interior,
Equations ->
{
dot[rho] -> PD[Frho[ui], li],