aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-09-27 16:35:04 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-09-27 16:35:04 +0000
commit28e9900807b4b66d58076f2360808e5add0a65e8 (patch)
tree15ecdfb0ae01e9a9c5cf42c6a5dd619ec5c21fd8 /doc
parent8e7a948417750562bfad25be58163907187632f8 (diff)
More docs
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@6 5633253d-7678-4964-a54d-f87795f8ee59
Diffstat (limited to 'doc')
-rw-r--r--doc/documention.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/documention.tex b/doc/documention.tex
new file mode 100644
index 0000000..4f32b81
--- /dev/null
+++ b/doc/documention.tex
@@ -0,0 +1,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}