aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
blob: 453deb343d2b6d850143c46fb482bceaecc56993 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
% $Header$

\documentclass{article}

% Use the Cactus ThornGuide style file
% (Automatically used from Cactus distribution, if you have a 
%  thorn without the Cactus Flesh download this from the Cactus
%  homepage at www.cactuscode.org)
\usepackage{../../../../doc/latex/cactus}

\begin{document}

% The author of the documentation
\author{Cactus Maintainers \textless cactusmaint@cactuscode.org\textgreater}

% The title of the document (not necessarily the name of the Thorn)
\title{}

% the date your document was last changed, if your document is in CVS, 
% please use:
\date{$ $Date$ $}

\maketitle

% Do not delete next line
% START CACTUS THORNGUIDE

% Add all definitions used in this documentation here 
%   \def\mydef etc

% Add an abstract for this thorn's documentation
\begin{abstract}
Advanced features for WaveToy
\end{abstract}

% The following sections are suggestive only.
% Remove them or add your own.

\section{Introduction}

This thorn contains enhancements to the standard WaveToy thorns for 
modelling 3D scalar fields. WaveToy is primarily intended as a 
example thorn and for that reason is deliberately kept as simple
as practical, with more advanced features included here instead. 
Currently this thorn shows how more flexible boundaries can be 
used with WaveToy or other thorns.

\section{Boundary Conditions}

This thorn provides the infrastructure to use any registered 
external boundary condition with WaveToy, with any choice of options. 

% Do not delete next line
% END CACTUS THORNGUIDE

\end{document}