From 2b6919940238fa6fa03f75237e8d30342f42e799 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 6 Jul 2013 18:11:18 +0000 Subject: 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 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@556 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- src/make.code.defn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/make.code.defn') 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 = -- cgit v1.2.3