From 0ae63d2d47add9a5c594ea24d0defb7da017c62d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 May 2018 14:25:00 +0200 Subject: Use the outer bound as the maximum eval radius. --- src/qms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qms.c b/src/qms.c index 4be70c6..54cd657 100644 --- a/src/qms.c +++ b/src/qms.c @@ -243,7 +243,8 @@ static int context_init(cGH *cctkGH) qms->gh = cctkGH; - qms->max_radius = 60.0; + //qms->max_radius = 60.0; + qms->max_radius = outer_bound; ret = qms_solver_init(&qms->solver, cctkGH, basis_order_r, basis_order_z, outer_bound, filter_power, 0.0, ccz4); -- cgit v1.2.3