aboutsummaryrefslogtreecommitdiff
path: root/doc/documention.tex
blob: 4f32b8163b3d56a81e4d055b133c40223ebda6e6 (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
\documentclass{article}
\begin{document}

\title{Time}
\author{Gabrielle Allen}
\date{1999}
\maketitle

\abstract{Calculates the timestep used for an evolution}

\section{Purpose}

This, currently very simple, thorn provides a routine for calculating
the timestep for an evolution based on the spatial Cartesian grid spacing.
This thorn will be extended in the future to include features like
a dynamic Courant condition. The thorn works for up to 3 spatial 
dimensions.

\section{Comments}

The timestep, which is passed into the Cactus variable {\tt cctk\_delta\_time},
 is calculated by the algorithm
$$
\Delta t = \mbox{\tt dtfac} * \mbox{min}(\Delta x^i)
$$





% Automatically created from the ccl files by using gmake thorndoc
\include{interface}
\include{param}
\include{schedule}

\end{document}