aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-25 22:03:51 +0000
committergoodale <goodale@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-04-25 22:03:51 +0000
commitdf01c6e5b5ed637886e145053639e59548437233 (patch)
treed78f67ac8e243f7902ffc63bb44af67ab9bb9040
parent7d1fa685ea6aeb97cfe931a57cef16de9878a9c4 (diff)
Initial import of new Einstein stuff. This has the new thorns, but not all
are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@31 b1d164ef-f17a-46e7-89d4-021c7118ef4e
-rw-r--r--README8
-rw-r--r--doc/documentation.tex25
-rw-r--r--interface.ccl4
-rw-r--r--param.ccl2
-rw-r--r--schedule.ccl2
-rw-r--r--src/make.code.defn9
6 files changed, 50 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1a67908
--- /dev/null
+++ b/README
@@ -0,0 +1,8 @@
+Cactus Code Thorn ADMMacros
+Authors : Tom Goodale
+CVS info : $Header$
+--------------------------------------------------------------------------
+
+Purpose of the thorn:
+
+This thorn provides nothing but a load of macros for other thorns to use
diff --git a/doc/documentation.tex b/doc/documentation.tex
new file mode 100644
index 0000000..5bad226
--- /dev/null
+++ b/doc/documentation.tex
@@ -0,0 +1,25 @@
+\documentclass{article}
+\begin{document}
+
+\title{ADMMacros}
+\author{}
+\date{April 2002}
+\maketitle
+
+\abstract{Provides macros for other ADM based thorns to use}
+
+\section{Purpose}
+
+This thorn provides a load of macros to be used by other thorns to do
+various calculations.
+
+\section{Comments}
+
+
+
+% Automatically created from the ccl files by using gmake thorndoc
+\include{interface}
+\include{param}
+\include{schedule}
+
+\end{document}
diff --git a/interface.ccl b/interface.ccl
new file mode 100644
index 0000000..00fd93c
--- /dev/null
+++ b/interface.ccl
@@ -0,0 +1,4 @@
+# Interface definition for thorn ADMMacros
+# $Header$
+
+implements: ADMMacros
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..dfc7b88
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,2 @@
+# Parameter definitions for thorn ADMMacros
+# $Header$
diff --git a/schedule.ccl b/schedule.ccl
new file mode 100644
index 0000000..5afe7f9
--- /dev/null
+++ b/schedule.ccl
@@ -0,0 +1,2 @@
+# Schedule definitions for thorn ADMMacros
+# $Header$
diff --git a/src/make.code.defn b/src/make.code.defn
new file mode 100644
index 0000000..00ff221
--- /dev/null
+++ b/src/make.code.defn
@@ -0,0 +1,9 @@
+# Main make.code.defn file for thorn ADMMacros
+# $Header$
+
+# Source files in this directory
+SRCS =
+
+# Subdirectories containing source files
+SUBDIRS =
+