aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 =
+