aboutsummaryrefslogtreecommitdiff
path: root/Examples/AdvectCaKernel/schedule.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-27 15:29:53 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-27 15:29:53 -0600
commitd3c1d765b67c103f714a22d6d62d0465f1639c09 (patch)
treed4e4a945eac6f1ab6cb72922f39374f1084795d7 /Examples/AdvectCaKernel/schedule.ccl
parenta0a05deb807f386f0a81db0f2c9256bfbfd16947 (diff)
Generate AdvectCaKernel
Diffstat (limited to 'Examples/AdvectCaKernel/schedule.ccl')
-rw-r--r--Examples/AdvectCaKernel/schedule.ccl57
1 files changed, 57 insertions, 0 deletions
diff --git a/Examples/AdvectCaKernel/schedule.ccl b/Examples/AdvectCaKernel/schedule.ccl
new file mode 100644
index 0000000..b83b7b8
--- /dev/null
+++ b/Examples/AdvectCaKernel/schedule.ccl
@@ -0,0 +1,57 @@
+# File produced by Kranc
+
+
+if (other_timelevels == 1)
+{
+ STORAGE: phi_g[1]
+}
+
+schedule AdvectCaKernel_Startup at STARTUP
+{
+ LANG: C
+ OPTIONS: meta
+} "create banner"
+
+schedule AdvectCaKernel_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
+schedule AdvectCaKernel_RegisterSymmetries in SymmetryRegister
+{
+ LANG: C
+ OPTIONS: meta
+} "register symmetries"
+
+schedule CAKERNEL_Launch_initial_gaussian AT INITIAL
+{
+ LANG: C
+} "initial_gaussian"
+
+schedule AdvectCaKernel_SelectBoundConds in MoL_PostStep
+{
+ LANG: C
+ OPTIONS: level
+} "select boundary conditions"
+
+schedule AdvectCaKernel_CheckBoundaries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "check boundaries treatment"
+
+schedule CaKernel_CopyFromDev at ANALYSIS
+{
+ LANG: C
+} "Copy variables from devices"
+
+schedule group ApplyBCs as AdvectCaKernel_ApplyBCs in MoL_PostStep after AdvectCaKernel_SelectBoundConds
+{
+ # no language specified
+} "Apply boundary conditions controlled by thorn Boundary"
+
+
+############################################################
+#CAKERNEL AUTO GENERATED PART. DO NOT EDIT BELOW THIS POINT#
+############################################################