aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_O2/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_BSSN_O2/schedule.ccl
parent881ce25beb22a920b462da9174cdd471385ec31c (diff)
Regenerate code
Diffstat (limited to 'ML_BSSN_O2/schedule.ccl')
-rw-r--r--ML_BSSN_O2/schedule.ccl83
1 files changed, 68 insertions, 15 deletions
diff --git a/ML_BSSN_O2/schedule.ccl b/ML_BSSN_O2/schedule.ccl
index 95f1699..0930d04 100644
--- a/ML_BSSN_O2/schedule.ccl
+++ b/ML_BSSN_O2/schedule.ccl
@@ -312,15 +312,6 @@ if (CCTK_EQUALS(my_rhs_boundary_condition, "static"))
} "ML_BSSN_O2_RHSStaticBoundary"
}
-
-if (CCTK_EQUALS(my_rhs_boundary_condition, "radiative"))
-{
- schedule ML_BSSN_O2_RHSRadiativeBoundary IN MoL_CalcRHS
- {
- LANG: C
- } "ML_BSSN_O2_RHSRadiativeBoundary"
-}
-
schedule ML_BSSN_O2_enforce IN MoL_PostStep BEFORE ML_BSSN_O2_SelectBoundConds
{
LANG: C
@@ -369,20 +360,82 @@ if (CCTK_EQUALS(dt_lapse_shift_method, "noLapseShiftAdvection"))
} "ML_BSSN_O2_convertToADMBaseFakeDtLapseShift"
}
-schedule ML_BSSN_O2_constraints IN ML_BSSN_O2_constraintsCalcGroup
+schedule group ML_BSSN_O2_constraints1_group in MoL_PseudoEvolution
+{
+ # no language specified
+} "ML_BSSN_O2_constraints1"
+
+schedule ML_BSSN_O2_constraints1 in ML_BSSN_O2_constraints1_group
+{
+ LANG: C
+} "ML_BSSN_O2_constraints1"
+
+schedule ML_BSSN_O2_constraints1_SelectBCs in ML_BSSN_O2_constraints1_bc_group
{
LANG: C
+ OPTIONS: level
SYNC: ML_cons_detg
SYNC: ML_cons_Gamma
- SYNC: ML_cons_traceA
SYNC: ML_Ham
- SYNC: ML_mom
-} "ML_BSSN_O2_constraints"
+} "ML_BSSN_O2_constraints1_SelectBCs"
+
+schedule group ApplyBCs as ML_BSSN_O2_constraints1_ApplyBCs in ML_BSSN_O2_constraints1_bc_group after ML_BSSN_O2_constraints1_SelectBCs
+{
+ # no language specified
+} "Apply BCs for groups set in ML_BSSN_O2_constraints1"
+
+schedule group ML_BSSN_O2_constraints1_bc_group in ML_BSSN_O2_constraints1_group after ML_BSSN_O2_constraints1
+{
+ # no language specified
+} "ML_BSSN_O2_constraints1"
+
+schedule group ML_BSSN_O2_constraints1_bc_group at CCTK_POSTRESTRICT
+{
+ # no language specified
+} "ML_BSSN_O2_constraints1"
-schedule ML_BSSN_O2_constraints_boundary IN ML_BSSN_O2_constraintsCalcGroup AFTER ML_BSSN_O2_constraints
+schedule group ML_BSSN_O2_constraints1_bc_group at CCTK_POSTRESTRICTINITIAL
+{
+ # no language specified
+} "ML_BSSN_O2_constraints1"
+
+schedule group ML_BSSN_O2_constraints2_group in MoL_PseudoEvolution
+{
+ # no language specified
+} "ML_BSSN_O2_constraints2"
+
+schedule ML_BSSN_O2_constraints2 in ML_BSSN_O2_constraints2_group
{
LANG: C
-} "ML_BSSN_O2_constraints_boundary"
+} "ML_BSSN_O2_constraints2"
+
+schedule ML_BSSN_O2_constraints2_SelectBCs in ML_BSSN_O2_constraints2_bc_group
+{
+ LANG: C
+ OPTIONS: level
+ SYNC: ML_cons_traceA
+ SYNC: ML_mom
+} "ML_BSSN_O2_constraints2_SelectBCs"
+
+schedule group ApplyBCs as ML_BSSN_O2_constraints2_ApplyBCs in ML_BSSN_O2_constraints2_bc_group after ML_BSSN_O2_constraints2_SelectBCs
+{
+ # no language specified
+} "Apply BCs for groups set in ML_BSSN_O2_constraints2"
+
+schedule group ML_BSSN_O2_constraints2_bc_group in ML_BSSN_O2_constraints2_group after ML_BSSN_O2_constraints2
+{
+ # no language specified
+} "ML_BSSN_O2_constraints2"
+
+schedule group ML_BSSN_O2_constraints2_bc_group at CCTK_POSTRESTRICT
+{
+ # no language specified
+} "ML_BSSN_O2_constraints2"
+
+schedule group ML_BSSN_O2_constraints2_bc_group at CCTK_POSTRESTRICTINITIAL
+{
+ # no language specified
+} "ML_BSSN_O2_constraints2"
schedule ML_BSSN_O2_SelectBoundConds in MoL_PostStep
{