From edd29410b28310f5548e6628ad1775bc367b3cc5 Mon Sep 17 00:00:00 2001 From: rhaas Date: Mon, 14 Jan 2013 14:23:54 +0000 Subject: GRHydro: Improved WENO implementation: (i) Pick adaptive epsilon-parameter according to WHAM code paper, (ii) Catch epsilon<0 for non-microphysical EOS. Tested with shock tube and TOV. From: Christian Reisswig git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@466 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 540f45d..6e2f9e5 100644 --- a/param.ccl +++ b/param.ccl @@ -265,7 +265,7 @@ int WENO_order "The order of accuracy of the WENO reconstruction" real weno_eps "WENO epsilon parameter" { 0:* :: "small and positive" -} 1e-6 +} 1e-26 keyword riemann_solver "Which Riemann solver to use" { -- cgit v1.2.3