From 5a745f6dfc6bbc11027e37d6e01238b2c0eda494 Mon Sep 17 00:00:00 2001 From: rhaas Date: Tue, 17 Jul 2012 17:08:28 +0000 Subject: GRHydro: ePPM: Allow for tolerance in vel^2 limiting. From: Christian Reisswig git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@398 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'param.ccl') diff --git a/param.ccl b/param.ccl index 0ce2894..75f26c2 100644 --- a/param.ccl +++ b/param.ccl @@ -218,6 +218,11 @@ real enhanced_ppm_C3 "Parameter for enhancecd ppm limiter. Default from McCorquo 0:* :: "must be greater than 0." } 0.1 +real enhanced_ppm_C4 "Parameter for enhancecd ppm limiter. This is for the additional velocity limiter" STEERABLE=ALWAYS +{ + 0:1 :: "must be greater than or equal to 0, and not larger than 1" +} 0.0 + int eno_order "The order of accuracy of the ENO reconstruction" { -- cgit v1.2.3