aboutsummaryrefslogtreecommitdiff
path: root/README
blob: c52699db7fc28b8b55cfb70a728fda0c4de61eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.