aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorschnetter <schnetter@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2002-07-15 17:15:29 +0000
committerschnetter <schnetter@b716e942-a2de-43ad-8f52-f3dfe468e4e7>2002-07-15 17:15:29 +0000
commit42a98ca518377949e8cfc902343a4b2d97a25564 (patch)
tree362e565c054f600cb11a4497593fd2e03d6fd328 /src/make.code.defn
parentae7e90702b85ebba7ab33b40c161815cec69ed5a (diff)
Added thorn TGRtensor. This is a utility thorn from the TGR code. It
contains generic tensor operations, some useful constants, code for numeric derivatives, interfaces to Lapack and BLAS, and interfaces for Cactus routines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinUtils/TGRtensor/trunk@2 b716e942-a2de-43ad-8f52-f3dfe468e4e7
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
new file mode 100644
index 0000000..4b157e4
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,25 @@
+# Main make.code.defn file for thorn TGRtensor -*-Makefile-*-
+# $Header$
+
+# Source files in this directory
+SRCS = cactus.F90 \
+ constants.F90 \
+ conversion.F90 \
+ covderivs.F90 \
+ covderivs2.F90 \
+ derivs.F90 \
+ derivs2.F90 \
+ hyperslab.F90 \
+ hyperslab.c \
+ lapack.F90 \
+ matexp.F90 \
+ matinv.F90 \
+ rotation.F90 \
+ tensor.F90 \
+ tensor2.F90 \
+ pointwise.F90 \
+ pointwise2.F90
+
+# Subdirectories containing source files
+SUBDIRS =
+