aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-10-03 16:05:30 +0000
committerbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-10-03 16:05:30 +0000
commit7a689eb93032bc54ddd3d7935188baef49b0f759 (patch)
tree141319d9df8f215d78125370bc65de984605cd7c /param.ccl
parent56b2e300fb3c5e7ff100d5f2813393492679f99e (diff)
RIT dev: Implement local Lax-Friedrichs flux calculation (MHD only).
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@281 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 7b5049a..25ea2a8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -203,6 +203,7 @@ keyword riemann_solver "Which Riemann solver to use"
"Roe" :: "Standard Roe solver"
"Marquina" :: "Marquina flux"
"HLLE" :: "HLLE"
+ "LLF" :: "Local Lax-Friedrichs (MHD only at the moment)"
} "HLLE"