aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 62c2cff..3570aff 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -241,6 +241,11 @@ if (CCTK_Equals(evolution_method, "static") || CCTK_Equals(evolution_method, "no
SYNC: metric
SYNC: curv
} "Select ADMBase boundary conditions - may be required for mesh refinement"
+
+ SCHEDULE GROUP ApplyBCs as ADMBase_ApplyBCs IN MoL_PostStep AFTER ADMBase_Boundaries BEFORE ADMBase_SetADMVars
+ {
+ } "Apply the boundary conditions of ADMBase"
+
}
# TODO: Rename this group to "ADMBase_HaveBeenSet"?