From d3d5bd160d1d178f50798a83f0da2d26d8a89686 Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 2 Apr 2011 23:03:53 +0000 Subject: 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 --- test/qlm-bl.par | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3