From 8c4ac493e00d4cd3978d4504372b3c37b85c64ea Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Thu, 12 Sep 2013 19:20:29 +0200 Subject: Regenerate code (Kranc commit da423f55aa544d5648c839195ca3407f0763cfa5) Reordering of SYNC statements in schedule.ccl for boundary condition routines due to internal cleanup in Kranc. --- ML_ADM/schedule.ccl | 2 +- ML_BSSN/schedule.ccl | 12 ++++++------ ML_CCZ4/schedule.ccl | 12 ++++++------ ML_WaveToy/schedule.ccl | 2 +- ML_WaveToy_CL/schedule.ccl | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ML_ADM/schedule.ccl b/ML_ADM/schedule.ccl index c76835e..01bc182 100644 --- a/ML_ADM/schedule.ccl +++ b/ML_ADM/schedule.ccl @@ -279,9 +279,9 @@ schedule ML_ADM_SelectBoundConds in MoL_PostStep { LANG: C OPTIONS: level + SYNC: ML_metric SYNC: ML_curv SYNC: ML_lapse - SYNC: ML_metric SYNC: ML_shift } "select boundary conditions" 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 diff --git a/ML_CCZ4/schedule.ccl b/ML_CCZ4/schedule.ccl index 4f233bb..db4190d 100644 --- a/ML_CCZ4/schedule.ccl +++ b/ML_CCZ4/schedule.ccl @@ -869,16 +869,16 @@ schedule ML_CCZ4_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_Gamma + SYNC: ML_trace_curv + SYNC: ML_curv + SYNC: ML_lapse + SYNC: ML_dtlapse SYNC: ML_shift + SYNC: ML_dtshift SYNC: ML_Theta - SYNC: ML_trace_curv } "select boundary conditions" schedule ML_CCZ4_CheckBoundaries at BASEGRID diff --git a/ML_WaveToy/schedule.ccl b/ML_WaveToy/schedule.ccl index 8ff67fc..68b2900 100644 --- a/ML_WaveToy/schedule.ccl +++ b/ML_WaveToy/schedule.ccl @@ -94,8 +94,8 @@ schedule ML_WaveToy_SelectBoundConds in MoL_PostStep { LANG: C OPTIONS: level - SYNC: WT_rho SYNC: WT_u + SYNC: WT_rho } "select boundary conditions" schedule ML_WaveToy_CheckBoundaries at BASEGRID diff --git a/ML_WaveToy_CL/schedule.ccl b/ML_WaveToy_CL/schedule.ccl index 52122c0..3d000ea 100644 --- a/ML_WaveToy_CL/schedule.ccl +++ b/ML_WaveToy_CL/schedule.ccl @@ -101,8 +101,8 @@ schedule ML_WaveToy_CL_SelectBoundConds in MoL_PostStep { LANG: C OPTIONS: level - SYNC: WT_rho SYNC: WT_u + SYNC: WT_rho } "select boundary conditions" schedule ML_WaveToy_CL_CheckBoundaries at BASEGRID -- cgit v1.2.3