aboutsummaryrefslogtreecommitdiff
path: root/Examples/AdvectCaKernel/schedule.ccl
diff options
context:
space:
mode:
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#
+############################################################