aboutsummaryrefslogtreecommitdiff
path: root/test/recoverML.par
diff options
context:
space:
mode:
authorrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-04-28 19:12:20 +0000
committerrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-04-28 19:12:20 +0000
commita00e74d177b8689b472b1674f23561e5581521b7 (patch)
tree4ab8bf54cb12913b67f8a159d23cd890e1367495 /test/recoverML.par
parent6610ba2a0fee45722ecf26f1cc04efbee667c832 (diff)
remove BSSN_MoL tests, switch to ML_BSSN from ML_BSSN_O2
The BSSN_MoL tests either used LegoExcision (which we will remove) or have equivalent ML tests. The ML tests now use fdOrder and still pass with the old data (only modification to hdf5 file was renaming of datasets and regeneration of the Parameters group) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1563 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test/recoverML.par')
-rw-r--r--test/recoverML.par41
1 files changed, 21 insertions, 20 deletions
diff --git a/test/recoverML.par b/test/recoverML.par
index 54f0c79..2ecf9a3 100644
--- a/test/recoverML.par
+++ b/test/recoverML.par
@@ -43,38 +43,39 @@ CoordBase::boundary_size_z_upper = 3
CoordBase::boundary_shiftout_x_lower = 1
CoordBase::boundary_shiftout_z_lower = 1
-ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge SpaceMask Exact ADMMacros ML_BSSN_O2 ML_BSSN_O2_Helper GenericFD TmunuBase NewRad MoL"
+ActiveThorns = "ADMBase ADMCoupling StaticConformal CoordGauge SpaceMask Exact ADMMacros ML_BSSN ML_BSSN_Helper GenericFD TmunuBase NewRad MoL"
ADMBase::initial_lapse = "exact"
ADMBase::initial_shift = "exact"
ADMBase::initial_data = "exact"
-ADMBase::lapse_evolution_method = "ML_BSSN_O2"
-ADMBase::dtlapse_evolution_method = "ML_BSSN_O2"
+ADMBase::lapse_evolution_method = "ML_BSSN"
+ADMBase::dtlapse_evolution_method = "ML_BSSN"
ADMBase::shift_evolution_method = "static"
ADMBase::metric_type = "physical"
-ADMBase::evolution_method = ML_BSSN_O2
+ADMBase::evolution_method = ML_BSSN
Exact::exact_model = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass = 1.0
Exact::Kerr_KerrSchild__spin = 0.6
-ML_BSSN_O2::my_initial_boundary_condition = "extrapolate-gammas"
-ML_BSSN_O2::my_rhs_boundary_condition = "NewRad"
+ML_BSSN::my_initial_boundary_condition = "extrapolate-gammas"
+ML_BSSN::my_rhs_boundary_condition = "NewRad"
# These are necessary
-ML_BSSN_O2::ML_log_confac_bound = "none"
-ML_BSSN_O2::ML_metric_bound = "none"
-ML_BSSN_O2::ML_Gamma_bound = "none"
-ML_BSSN_O2::ML_trace_curv_bound = "none"
-ML_BSSN_O2::ML_curv_bound = "none"
-ML_BSSN_O2::ML_lapse_bound = "none"
-ML_BSSN_O2::ML_dtlapse_bound = "none"
-ML_BSSN_O2::ML_shift_bound = "none"
-ML_BSSN_O2::ML_dtshift_bound = "none"
-
-ML_BSSN_O2::harmonicN = 1 # 1+log
-ML_BSSN_O2::LapseAdvectionCoeff = 1
+ML_BSSN::ML_log_confac_bound = "none"
+ML_BSSN::ML_metric_bound = "none"
+ML_BSSN::ML_Gamma_bound = "none"
+ML_BSSN::ML_trace_curv_bound = "none"
+ML_BSSN::ML_curv_bound = "none"
+ML_BSSN::ML_lapse_bound = "none"
+ML_BSSN::ML_dtlapse_bound = "none"
+ML_BSSN::ML_shift_bound = "none"
+ML_BSSN::ML_dtshift_bound = "none"
+
+ML_BSSN::harmonicN = 1 # 1+log
+ML_BSSN::LapseAdvectionCoeff = 1
# the default of 3 fails in Recovery since Carpet tries to time-interpolate the
# third timelevel for which is had allocated no metadata, see Carpet issue #626
-ML_BSSN_O2::timelevels = 2 # unigrid run
+ML_BSSN::timelevels = 2 # unigrid run
+ML_BSSN::fdOrder = 2
ActiveThorns = "Time"
@@ -86,7 +87,7 @@ NoExcision::radius[0] = 1.01
ActiveThorns = "CarpetIOASCII"
IOASCII::out1D_every = 1
-IOASCII::out1D_vars = "ML_BSSN_O2::phi"
+IOASCII::out1D_vars = "ML_BSSN::phi"
IOASCII::out1D_xline_yi = 15
IOASCII::out1D_xline_zi = 3