From 4112b118acdcffdad4590b4aba56674fa37bc6ed Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 6 Jul 2013 18:11:28 +0000 Subject: GRHydro: make atmosphere threshold steerable on recovery From: Christian David Ott git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@559 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/param.ccl b/param.ccl index 84d6245..726ee35 100644 --- a/param.ccl +++ b/param.ccl @@ -482,12 +482,12 @@ REAL tau_rel_min "A minimum relative tau (taumin = maxtau(t=0) * tau_rel_min) be 0: :: "" } 1.e-10 -REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead." +REAL rho_abs_min "A minimum rho below which evolution is turned off (atmosphere). If negative, the relative minimum will be used instead." STEERABLE=recover { -1.0: :: "" } -1.0 -REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0" +REAL rho_rel_min "A minimum relative rho (rhomin = centden * rho_rel_min) below which evolution is turned off (atmosphere). Only used if rho_abs_min < 0.0" STEERABLE=recover { 0: :: "" } 1.e-9 -- cgit v1.2.3