From 396dfe36b00953220b782ce4b4588a8f4d20a032 Mon Sep 17 00:00:00 2001 From: Liwei Ji Date: Wed, 22 Nov 2023 10:41:20 -0600 Subject: [PATCH] Z4c: Change the default value of n_falloff to 1.o --- Z4c/param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Z4c/param.ccl b/Z4c/param.ccl index caec5652..49768699 100644 --- a/Z4c/param.ccl +++ b/Z4c/param.ccl @@ -60,7 +60,7 @@ CCTK_REAL epsdiss "Dissipation coefficient " STEERABLE=alwa CCTK_REAL n_falloff "Exponent of the falloff term r^(-n_falloff) in the scalar field potential" { 0.0:* :: "" -} 2.0 +} 1.0 KEYWORD boundary_conditions "boundary conditions"{ "radiative" :: "radiative boundary conditions using NewRadX"