aboutsummaryrefslogtreecommitdiff
path: root/ML_ADM/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2009-11-14 21:37:05 -0600
committerErik Schnetter <schnetter@cct.lsu.edu>2009-11-14 21:37:05 -0600
commitd178c81a0cb1da927bfd7d0bb64043d9484b353b (patch)
tree2a48ab29ef4a72dc1d1ae60e00cd7c0f231ae823 /ML_ADM/schedule.ccl
parent87fa6dcf3ff19d937313d20cca8f9e2bca1d4aec (diff)
Allow 4 RHS time levels.
Re-generate code.
Diffstat (limited to 'ML_ADM/schedule.ccl')
-rw-r--r--ML_ADM/schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ML_ADM/schedule.ccl b/ML_ADM/schedule.ccl
index 0140a0d..6e7faee 100644
--- a/ML_ADM/schedule.ccl
+++ b/ML_ADM/schedule.ccl
@@ -187,7 +187,7 @@ schedule ML_ADM_constraints_boundary AT analysis AFTER ML_ADM_constraints
LANG: C
} "ML_ADM_constraints_boundary"
-schedule ML_ADM_ApplyBoundConds in MoL_PostStep
+schedule ML_ADM_SelectBoundConds in MoL_PostStep
{
LANG: C
OPTIONS: level
@@ -195,7 +195,7 @@ schedule ML_ADM_ApplyBoundConds in MoL_PostStep
SYNC: ML_lapse
SYNC: ML_metric
SYNC: ML_shift
-} "apply boundary conditions"
+} "select boundary conditions"
schedule ML_ADM_CheckBoundaries at BASEGRID
{
@@ -203,7 +203,7 @@ schedule ML_ADM_CheckBoundaries at BASEGRID
OPTIONS: meta
} "check boundaries treatment"
-schedule group ApplyBCs as ML_ADM_ApplyBCs in MoL_PostStep after ML_ADM_ApplyBoundConds
+schedule group ApplyBCs as ML_ADM_ApplyBCs in MoL_PostStep after ML_ADM_SelectBoundConds
{
# no language specified
} "Apply boundary conditions controlled by thorn Boundary"