aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:48:34 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2014-04-15 19:48:34 +0000
commit981e61ef4b90bb77821a12ed227a55062b6bdcff (patch)
tree7694969f5b62acfcb39a55bf0cd314847b7d19fe /src/make.code.defn
parent701b587391e0004130883bd63725907e61432d0e (diff)
GRHydro: add hllc solver
* fix sign of eigenvalue of E coefficient in HLLC, probably still incorrect for beta!=0 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@607 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index f786a94..941afc1 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -18,6 +18,7 @@ SRCS = Utils.F90 \
GRHydro_Flux.F90 \
GRHydro_FluxSplit.F90 \
GRHydro_HLLE.F90 \
+ GRHydro_HLLC.F90 \
GRHydro_Loop.F90 \
GRHydro_Minima.F90 \
GRHydro_Minima.cc \