aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:37 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-01-14 14:23:37 +0000
commit5199c61af4721444a26c4e7c1c30d3b8fdedf54c (patch)
tree9428f573d53e23f6b2970cbe664ba96cfb2eb2ec /src/make.code.defn
parent48b053d41b2aa9ce720d443d288eef535fb9651d (diff)
GRHydro: Add basic vector potential support
Basic cell-centered, algebraic gauge vector potential method with place-holders for lorenz gauge. Initial Avec constrained to poloidal at the moment. From: Tanja Bode <tanja.bode@physics.gatech.edu> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@456 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 02f56dd..5a1b96e 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -57,6 +57,12 @@ SRCS = Utils.F90 \
GRHydro_TmunuM.F90 \
GRHydro_UpdateMaskM.F90 \
GRHydro_UtilsM.F90 \
+ GRHydro_BvecfromAvec.F90 \
+ GRHydro_RiemannSolveAM.F90 \
+ GRHydro_HLLE_AM.F90 \
+ GRHydro_Con2PrimAM.F90 \
+ GRHydro_Prim2ConAM.F90 \
+ GRHydro_SourceAM.F90 \
GRHydro_TransformTensorBasis.c \
GRHydro_Jacobian_state.c \
GRHydro_PPMMReconstruct_drv.F90\