aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorreisswig <reisswig@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-05-14 18:44:42 +0000
committerreisswig <reisswig@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-05-14 18:44:42 +0000
commit6ada77ef27e0176f0ddeb67b0e1ee33092242b2c (patch)
tree2d574f45be6f9b02c9a8acce0566bbd100b089dd /param.ccl
parenta8d0fcb877d375f4544460cec1bf8be6bccb30fa (diff)
Cleanup of PPM routine. Remove unused PPM parameter. Only apply stricter "beyond Colella" limiting scheme to epsilon (to avoid that correction in one step leads to negative values).
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@333 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 0 insertions, 5 deletions
diff --git a/param.ccl b/param.ccl
index d3ecbdf..f5ad996 100644
--- a/param.ccl
+++ b/param.ccl
@@ -208,11 +208,6 @@ real enhanced_ppm_C3 "Parameter for enhancecd ppm limiter. Default from McCorquo
0:* :: "must be greater than 0."
} 0.1
-real GRHydro_ppm_atmo_tolerance "A relative value for rho below which we switch to standard ppm. This may be necessary for very sharp transitions in the density to atmosphere values." STEERABLE=RECOVER
-{
- 0:* :: "anything positive"
-} 1e4
-
int eno_order "The order of accuracy of the ENO reconstruction"
{