aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-09-04 10:55:36 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>1999-09-04 10:55:36 +0000
commit54ea871742c8109c42fd8ed27d231c5894259f74 (patch)
tree935e05ee93f7623858c2f5146ad3b9ab7032def6 /README
parent596e5cd139c7de177b296472c36417ec550fb846 (diff)
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@3 5633253d-7678-4964-a54d-f87795f8ee59
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..aae1da0
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Cactus Code Thorn Time
+Authors : Gabrielle Allen
+CVS info : $Header$
+--------------------------------------------------------------------------
+
+Thorn Time sets the timestep for an evolution. Currently it
+uses a simple Courant condition with speed one. That is
+
+cctk_delta_time = dtfac * min(cctk_delta_space)
+