aboutsummaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c52699d
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Cactus Code Thorn SpaceMask
+Authors : Tom Goodale
+CVS info : $Header$
+--------------------------------------------------------------------------
+
+Purpose of the thorn:
+
+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.