aboutsummaryrefslogtreecommitdiff
path: root/ML_ADMQuantities/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-08 10:35:56 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-08 10:35:56 -0600
commit7923b8e8365adadd407818c0371354a376aede08 (patch)
tree6e91f8cb9be50a45a4867df7d88f2fcdc253e366 /ML_ADMQuantities/schedule.ccl
parent881ce25beb22a920b462da9174cdd471385ec31c (diff)
Regenerate code
Diffstat (limited to 'ML_ADMQuantities/schedule.ccl')
-rw-r--r--ML_ADMQuantities/schedule.ccl33
1 files changed, 32 insertions, 1 deletions
diff --git a/ML_ADMQuantities/schedule.ccl b/ML_ADMQuantities/schedule.ccl
index 585ae5d..76e5a43 100644
--- a/ML_ADMQuantities/schedule.ccl
+++ b/ML_ADMQuantities/schedule.ccl
@@ -23,11 +23,42 @@ schedule ML_ADMQuantities_RegisterSymmetries in SymmetryRegister
OPTIONS: meta
} "register symmetries"
-schedule ML_ADMQuantities IN MoL_PseudoEvolution BEFORE ML_ADMQuantities_SelectBoundConds
+schedule group ML_ADMQuantities_group in MoL_PseudoEvolution
+{
+ # no language specified
+} "ML_ADMQuantities"
+
+schedule ML_ADMQuantities in ML_ADMQuantities_group
+{
+ LANG: C
+} "ML_ADMQuantities"
+
+schedule ML_ADMQuantities_SelectBCs in ML_ADMQuantities_bc_group
{
LANG: C
+ OPTIONS: level
SYNC: ML_Jadm
SYNC: ML_Madm
+} "ML_ADMQuantities_SelectBCs"
+
+schedule group ApplyBCs as ML_ADMQuantities_ApplyBCs in ML_ADMQuantities_bc_group after ML_ADMQuantities_SelectBCs
+{
+ # no language specified
+} "Apply BCs for groups set in ML_ADMQuantities"
+
+schedule group ML_ADMQuantities_bc_group in ML_ADMQuantities_group after ML_ADMQuantities
+{
+ # no language specified
+} "ML_ADMQuantities"
+
+schedule group ML_ADMQuantities_bc_group at CCTK_POSTRESTRICT
+{
+ # no language specified
+} "ML_ADMQuantities"
+
+schedule group ML_ADMQuantities_bc_group at CCTK_POSTRESTRICTINITIAL
+{
+ # no language specified
} "ML_ADMQuantities"
schedule ML_ADMQuantities_SelectBoundConds in MoL_PseudoEvolution