aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 19:20:29 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-12 19:20:29 +0200
commit8c4ac493e00d4cd3978d4504372b3c37b85c64ea (patch)
treec3a76e691ac93d4a490cfc2661b1f0454001abe4 /ML_BSSN
parentaddfe936099dd77a7bbbdc9001e5962b48039784 (diff)
Regenerate code (Kranc commit da423f55aa544d5648c839195ca3407f0763cfa5)
Reordering of SYNC statements in schedule.ccl for boundary condition routines due to internal cleanup in Kranc.
Diffstat (limited to 'ML_BSSN')
-rw-r--r--ML_BSSN/schedule.ccl12
1 files changed, 6 insertions, 6 deletions
diff --git a/ML_BSSN/schedule.ccl b/ML_BSSN/schedule.ccl
index 10ab7d7..27bda1a 100644
--- a/ML_BSSN/schedule.ccl
+++ b/ML_BSSN/schedule.ccl
@@ -848,15 +848,15 @@ schedule ML_BSSN_SelectBoundConds in MoL_PostStep
{
LANG: C
OPTIONS: level
- SYNC: ML_curv
- SYNC: ML_dtlapse
- SYNC: ML_dtshift
- SYNC: ML_Gamma
- SYNC: ML_lapse
SYNC: ML_log_confac
SYNC: ML_metric
- SYNC: ML_shift
+ SYNC: ML_Gamma
SYNC: ML_trace_curv
+ SYNC: ML_curv
+ SYNC: ML_lapse
+ SYNC: ML_dtlapse
+ SYNC: ML_shift
+ SYNC: ML_dtshift
} "select boundary conditions"
schedule ML_BSSN_CheckBoundaries at BASEGRID