aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:51:49 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:51:49 +0000
commit371c696bd27528e9ddf7de9cc69a2cda14d97dca (patch)
treee3b33288336cc30e58cf9b1abd2d6020703d70dd /param.ccl
parentbe144e41a258ad2e841e5af871a31ad10c2937ce (diff)
GRHydro: Fix slope limiters and get rid of broken cases;
there is a related patch in TRAC at the moment Patch by Josh Faber. Some additional checks by Roland Haas. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@351 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 0 insertions, 3 deletions
diff --git a/param.ccl b/param.ccl
index df6d9ae..cd9756e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -116,10 +116,7 @@ keyword recon_vars "Which type of variables to reconstruct"
keyword tvd_limiter "Which slope limiter to use"
{
"minmod" :: "Minmod"
- "vanleerMC" :: "Van Leer MC - Ian"
"vanleerMC2" :: "Van Leer MC - Luca"
- "minmod2" :: "Minmod - Ian"
- "minmod3" :: "Minmod - Luca (or vice versa). Expect I've made a typo"
"Superbee" :: "Superbee"
} "minmod"