aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-08-27 19:19:38 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-08-27 19:19:38 +0000
commit15195ad3f6f8a6991777b0cb879852e253bd5444 (patch)
treeb8c60c41ea03591651562213b5bcbd36fffafc91 /param.ccl
parente114f22b1a50d5ad237ef7a94c75ff20591b8c4c (diff)
GRHydro: Option to reconstruct W*vel (W = Lorentz factor) instead of just the primitive velocity 'vel'.
This ensures that the Lorentz factor can never become unphysical during reconstruction. This patch is necessary for NS collapse when ePPM+Refluxing is used. The idea is due to Roland. From: Christian Reisswig <reisswig@scriwalker.(none)> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@416 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index a89d8cc..e66e529 100644
--- a/param.ccl
+++ b/param.ccl
@@ -231,6 +231,9 @@ real enhanced_ppm_C4 "Parameter for enhancecd ppm limiter. This is for the addit
0:1 :: "must be greater than or equal to 0, and not larger than 1"
} 0.0
+boolean reconstruct_Wv "Reconstruct the primitive velocity W_Lorentz*vel, rather than just vel." STEERABLE=ALWAYS
+{
+} no
int eno_order "The order of accuracy of the ENO reconstruction"
{