aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-09-04 18:50:58 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2009-09-04 18:50:58 -0500
commita52abf35db4c68c5e28e8ce9b00b394c4ea382ee (patch)
tree821022c69d1b1ce7a41186243ae46b534c3f7721 /ML_WaveToy/schedule.ccl
parent2cd0fd3a8711fbb9fa7f9db13c74301cd361c1cc (diff)
Add new RHS boundary condition NewRad, implemented in the thorn LSUThorns/NewRad.
Diffstat (limited to 'ML_WaveToy/schedule.ccl')
-rw-r--r--ML_WaveToy/schedule.ccl27
1 files changed, 19 insertions, 8 deletions
diff --git a/ML_WaveToy/schedule.ccl b/ML_WaveToy/schedule.ccl
index 81bdce8..955217d 100644
--- a/ML_WaveToy/schedule.ccl
+++ b/ML_WaveToy/schedule.ccl
@@ -1,12 +1,5 @@
-# File produced by user eschnett
-# Produced with Mathematica Version 7.0 for Mac OS X x86 (64-bit) (November 11, 2008)
+# File produced by Kranc
-# Mathematica script written by Ian Hinder and Sascha Husa
-
-
-STORAGE: WT_rhorhs[1]
-
-STORAGE: WT_urhs[1]
if (timelevels == 1)
{
@@ -26,6 +19,24 @@ if (timelevels == 2)
STORAGE: WT_u[2]
}
+if (rhs_timelevels == 1)
+{
+ STORAGE: WT_rhorhs[1]
+}
+if (rhs_timelevels == 2)
+{
+ STORAGE: WT_rhorhs[2]
+}
+
+if (rhs_timelevels == 1)
+{
+ STORAGE: WT_urhs[1]
+}
+if (rhs_timelevels == 2)
+{
+ STORAGE: WT_urhs[2]
+}
+
schedule ML_WaveToy_Startup at STARTUP
{
LANG: C