aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-03-06 00:13:29 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-03-06 00:13:29 +0000
commit2416d73f4209635f4cbf7849566268f6e73e3abf (patch)
tree0145d87a4710fd66de870e9807346b2a119deb21 /param.ccl
parent04b230f0831053faf2f6a1e798613f39ea378a37 (diff)
GRHydro: Added MP5 reconstruction method. Tested with TOV and shocktube.
From: Christian Reisswig <reisswig@scriwalker.(none)> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@487 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 9f5c3eb..7074529 100644
--- a/param.ccl
+++ b/param.ccl
@@ -140,6 +140,7 @@ keyword recon_method "Which reconstruction method to use"
"ppm" :: "PPM reconstruction"
"eno" :: "ENO reconstruction"
"weno" :: "WENO reconstruction"
+ "mp5" :: "MP5 reconstruction"
} "tvd"
keyword method_type "Which type of method to use"
@@ -236,6 +237,16 @@ int ppm_mppm_debug_eigenvalues "write eigenvalues into debug grid variables"
0:1 :: "0 (off, default) or 1 (on)"
} 0
+real mp5_alpha "alpha parameter for MP5 reconstruction"
+{
+ 0:* :: "positive"
+} 4.0
+
+real mp5_eps "epsilon parameter for MP5 reconstruction"
+{
+ 0:* :: "0.0 or very small and positive. 1e-10 is suggested by Suresh&Huynh. TOV star requires 0.0"
+} 0.0
+
boolean use_enhanced_ppm "Use the enhanced ppm reconstruction method proposed by Colella & Sekora 2008 and McCorquodale & Colella 2011" STEERABLE=RECOVER
{