aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-08-13 14:56:34 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-08-13 14:56:34 +0000
commit928e649381a6ff39f195ddf5ac6c825415216419 (patch)
tree946d02f0fd57d5445294cc1a55908a214b88963e /param.ccl
parent08cbb62fe2fedf3b01c1fe5acedf3cb23b0e5034 (diff)
GRHydro: finish up call for templated C++ PPM routine
activated by paramater use_optimized_PPM From: Roland Haas <rhaas@tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@575 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index e7427cc..b1540a9 100644
--- a/param.ccl
+++ b/param.ccl
@@ -173,6 +173,10 @@ real myfloor "A minimum number for the TVD reconstruction routine"
0.0: :: "Must be positive"
} 1.e-10
+boolean use_optimized_ppm "use C++ templated version of PPM. Experimental"
+{
+} "no"
+
boolean ppm_detect "Should the PPM solver use shock detection?"
{
} "no"