aboutsummaryrefslogtreecommitdiff
path: root/ML_BSSN_O2/schedule.ccl
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-12 09:24:08 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-06-12 09:24:08 +0200
commit05347a08d0c9bd2a87846ab4ad8990fe26274a4a (patch)
treecabc39bebecf54d332040bd16e83498a5c0240cf /ML_BSSN_O2/schedule.ccl
parentf937369127deb6b5c85698a0d3c627588663f56e (diff)
Revert recent commits
These are causing NaNs when run with poison. I don't know if this is due to the tests or the code, so I am reverting the commits from 863a3e5b25e7150148f9d2b60b4b362628c675f7 to 2725eb1eb32525486df76a3686f8e550155c8e0c while the problem is being diagnosed.
Diffstat (limited to 'ML_BSSN_O2/schedule.ccl')
-rw-r--r--ML_BSSN_O2/schedule.ccl23
1 files changed, 0 insertions, 23 deletions
diff --git a/ML_BSSN_O2/schedule.ccl b/ML_BSSN_O2/schedule.ccl
index 14f2b91..c0e7a26 100644
--- a/ML_BSSN_O2/schedule.ccl
+++ b/ML_BSSN_O2/schedule.ccl
@@ -284,15 +284,6 @@ if (CCTK_EQUALS(my_initial_data, "ADMBase"))
if (CCTK_EQUALS(my_initial_data, "ADMBase"))
{
- schedule ML_BSSN_O2_InitGamma AT initial BEFORE ML_BSSN_O2_convertFromADMBaseGamma
- {
- LANG: C
- } "ML_BSSN_O2_InitGamma"
-}
-
-
-if (CCTK_EQUALS(my_initial_data, "ADMBase"))
-{
schedule ML_BSSN_O2_convertFromADMBaseGamma AT initial AFTER ML_BSSN_O2_convertFromADMBase
{
LANG: C
@@ -313,20 +304,6 @@ schedule ML_BSSN_O2_RHS2 IN ML_BSSN_O2_evolCalcGroup
} "ML_BSSN_O2_RHS2"
-if (CCTK_EQUALS(apply_dissipation, "always"))
-{
- schedule ML_BSSN_O2_Dissipation IN ML_BSSN_O2_evolCalcGroup after ML_BSSN_O2_RHS2
- {
- LANG: C
- } "ML_BSSN_O2_Dissipation"
-}
-
-schedule ML_BSSN_O2_Advect IN ML_BSSN_O2_evolCalcGroup after ML_BSSN_O2_RHS2
-{
- LANG: C
-} "ML_BSSN_O2_Advect"
-
-
if (CCTK_EQUALS(my_rhs_boundary_condition, "static"))
{
schedule ML_BSSN_O2_RHSStaticBoundary IN MoL_CalcRHS