aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:26:29 +0000
committerknarf <knarf@4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843>2010-03-26 10:26:29 +0000
commitd7ddbe354ebe7072ff6687124e5f620d56a16b28 (patch)
tree152b9449c9bf90c96a914d611cf855379df225d5 /schedule.ccl
use trunc structure
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/WeylScal4/trunk@50 4f5cb9a8-4dd8-4c2d-9bbd-173fa4467843
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl63
1 files changed, 63 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..e800251
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,63 @@
+# File produced by Kranc
+
+
+STORAGE: Psi4i_group[3]
+
+STORAGE: Psi4r_group[3]
+
+schedule WeylScal4_Startup at STARTUP
+{
+ LANG: C
+ OPTIONS: meta
+} "create banner"
+
+schedule WeylScal4_RegisterVars in MoL_Register
+{
+ LANG: C
+ OPTIONS: meta
+} "Register Variables for MoL"
+
+schedule WeylScal4_RegisterSymmetries in SymmetryRegister
+{
+ LANG: C
+ OPTIONS: meta
+} "register symmetries"
+
+
+if (CCTK_EQUALS(fd_order, "2nd"))
+{
+ schedule psis_calc_2nd at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np
+ {
+ LANG: C
+ SYNC: Psi4i_group
+ SYNC: Psi4r_group
+ } "psis_calc_2nd"
+}
+
+
+if (CCTK_EQUALS(fd_order, "4th"))
+{
+ schedule psis_calc_4th at CCTK_EVOL after MoL_Evolution after evolved_to_adm as calc_np
+ {
+ LANG: C
+ SYNC: Psi4i_group
+ SYNC: Psi4r_group
+ } "psis_calc_4th"
+}
+
+schedule WeylScal4_SelectBoundConds in MoL_PostStep
+{
+ LANG: C
+ OPTIONS: level
+} "select boundary conditions"
+
+schedule WeylScal4_CheckBoundaries at BASEGRID
+{
+ LANG: C
+ OPTIONS: meta
+} "check boundaries treatment"
+
+schedule group ApplyBCs as WeylScal4_ApplyBCs in MoL_PostStep after WeylScal4_SelectBoundConds
+{
+ # no language specified
+} "Apply boundary conditions controlled by thorn Boundary"