aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2011-04-02 23:03:53 +0000
committereschnett <eschnett@ef6f4158-a8ee-47d1-ba14-cb73256398e0>2011-04-02 23:03:53 +0000
commitd3d5bd160d1d178f50798a83f0da2d26d8a89686 (patch)
tree36c9e152bfe88896a554ca46b67e084092a8d5ab
parentf1be0544bed4e542eff57b3d5ae635b48512c5a7 (diff)
QuasiLocalMeasures: in test/qlm-bl.par schedule AHFinderDirect in
ANALYSIS instead of POSTSTEP so that Carpet::init_3levels works. Otherwise AHFinderDirect runs on negative time levels and the interpolator fails due to lack of timelevels in AHmask. Reducing prolongation_order_time does not help since init3_levels needs prolongation_order_time==2 apparently. git-svn-id: https://svn.cct.lsu.edu/repos/numrel/LSUThorns/QuasiLocalMeasures/trunk@31 ef6f4158-a8ee-47d1-ba14-cb73256398e0
-rw-r--r--test/qlm-bl.par2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/qlm-bl.par b/test/qlm-bl.par
index 887bce8..a425c09 100644
--- a/test/qlm-bl.par
+++ b/test/qlm-bl.par
@@ -215,6 +215,8 @@ ActiveThorns = "ML_ADMConstraints"
ActiveThorns = "AHFinderDirect"
AHFinderDirect::find_every = 1
+AHFinderDirect::run_at_CCTK_ANALYSIS = true
+AHFinderDirect::run_at_CCTK_POSTSTEP = false
AHFinderDirect::geometry_interpolator_name = "Lagrange polynomial interpolation"
AHFinderDirect::geometry_interpolator_pars = "order=4"