aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
blob: 644ceffc9a674d852fc996035d8c0fc3466f95f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass{article}

# Comment out this line if you do not have this style file, or download
# it from www.cactuscode.org
\usepackage{../../../../doc/ThornGuide/cactus}

\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}