aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 2acb61112bce6ffcf384906b275c0c9417520af6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Cactus Code Thorn Time
Author(s)    : Gabrielle Allen
Maintainer(s): Cactus team
--------------------------------------------------------------------------

1. Purpose

Thorn Time sets the timestep for the simulation by either

	- setting the timestep directly from a parameter value

	- using a Courant-type condition to set the timestep based
	  on the grid-spacing used.

The Courant condition can be applied either once at the start of the
simulation, or the timestep can be calculated dynamically before each timestep.