aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-04-25 22:03:51 +0000
committergoodale <goodale@a491c6a4-70bf-4b89-8b36-d6c0cb1f094e>2002-04-25 22:03:51 +0000
commit1942a380bc36225b3c3fc638d596853249e225c1 (patch)
tree4876c150ff9c8c5fe058587bf8c0434cbce560fd /doc
parent6bcd2d263c97e46033e6a62d923995decf2d2974 (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.cactuscode.org/arrangements/CactusNumerical/SpaceMask/trunk@2 a491c6a4-70bf-4b89-8b36-d6c0cb1f094e
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
new file mode 100644
index 0000000..803222f
--- /dev/null
+++ b/doc/documentation.tex
@@ -0,0 +1,35 @@
+\documentclass{article}
+\begin{document}
+
+\title{SpaceMask}
+\author{Tom Goodale}
+\date{April 2002}
+\maketitle
+
+\abstract{Provides a mask function for the spatial slice variables}
+
+\section{Purpose}
+
+This will provide two integer grid functions
+
+space\_mask
+space\_table\_field
+
+the first one will be a bitmask describing the point, with one bit
+indicating that there is extra data in a table the handle of which can be
+found in the corresponding point in the space\_table\_field.
+
+Thorns interested in the mask should inherit from this implementation.
+
+There may also be aliased query functions provided.
+
+\section{Comments}
+
+
+
+% Automatically created from the ccl files by using gmake thorndoc
+\include{interface}
+\include{param}
+\include{schedule}
+
+\end{document}