aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:18 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:11:18 +0000
commit2b6919940238fa6fa03f75237e8d30342f42e799 (patch)
tree442c9256424f48fd2393e60c8ff1ae2d37f9ab92 /src/make.code.defn
parent669d5b37c19d16380ba6c63a7195cbcea8d08f35 (diff)
GRHydro: re-implement prim2con routine in C
* new experimental prim2con routine that is about twice as fast as the old one. * Right now tested only for simple EOS. * Right now handles only prim2con call after reconstruction and must be enabled by changing comments in GRHydro_Reconstruct.F90 * remove duplicate code in all reconstruction *_drv.F90 routines and just have the initialization of plus and minus variables in the main GRHydro_Reconstruct.F90 routine From: Christian Ott <cott@bethe.tapir.caltech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@556 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index b55a089..1fce82b 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -81,7 +81,9 @@ SRCS = Utils.F90 \
GRHydro_WENOScalars.F90 \
GRHydro_MP5Reconstruct.F90 \
Con2Prim_fortran_interfaces.F90 \
- Con2PrimM_fortran_interfaces.F90
+ Con2PrimM_fortran_interfaces.F90 \
+ GRHydro_Prim2Con.c
+
# Subdirectories containing source files
SUBDIRS =