aboutsummaryrefslogtreecommitdiff
path: root/ML_WaveToy/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2007-11-30 16:00:52 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2007-11-30 16:00:52 -0600
commit6dd7c9aa7a6bee46307ad81b1227005e6e808e0a (patch)
tree6ea5764cc953da42ecd40ac0c419ffc2548b64d6 /ML_WaveToy/schedule.ccl
parentd6f2e631dd77da91ef29f9d1ea88642fa9e81636 (diff)
Add Kranc generated WaveToy
Diffstat (limited to 'ML_WaveToy/schedule.ccl')
-rw-r--r--ML_WaveToy/schedule.ccl71
1 files changed, 71 insertions, 0 deletions
diff --git a/ML_WaveToy/schedule.ccl b/ML_WaveToy/schedule.ccl
new file mode 100644
index 0000000..f02078a
--- /dev/null
+++ b/ML_WaveToy/schedule.ccl
@@ -0,0 +1,71 @@
+# File produced by user eschnett
+# Produced with Mathematica Version 6.0 for Mac OS X x86 (32-bit) (April 20, 2007)
+
+# Mathematica script written by Ian Hinder and Sascha Husa
+
+
+STORAGE: WT_rhorhs[1]
+
+STORAGE: WT_urhs[1]
+
+STORAGE: WT_rho[3]
+
+STORAGE: WT_u[3]
+
+schedule ML_WaveToy_Startup at STARTUP
+{
+ LANG: C
+ OPTIONS: meta
+} "create banner"
+
+schedule ML_WaveToy_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
+schedule ML_WaveToy_RegisterSymmetries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "register symmetries"
+
+schedule WT_Gaussian AT initial
+{
+ LANG: C
+
+} "WT_Gaussian"
+
+schedule WT_RHS IN MoL_CalcRHS
+{
+ LANG: C
+
+} "WT_RHS"
+
+schedule WT_RHS AT analysis
+{
+ LANG: C
+
+ SYNC: WT_rhorhs
+ SYNC: WT_urhs
+} "WT_RHS"
+
+schedule ML_WaveToy_ApplyBoundConds in MoL_PostStep
+{
+ LANG: C
+ OPTIONS: level
+ SYNC: WT_rho
+ SYNC: WT_u
+} "apply boundary conditions"
+
+schedule ML_WaveToy_CheckBoundaries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "check boundaries treatment"
+
+schedule group ApplyBCs as ML_WaveToy_ApplyBCs in MoL_PostStep after ML_WaveToy_ApplyBoundConds
+{
+ # no language specified
+
+} "Apply boundary conditions controlled by thorn Boundary"