aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: ea69709cdfcd26e66d817bcb0050fb5280b209e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Interface definition for thorn Time
# $Header$

implements: time

public:

REAL speedvars type=SCALAR
{
  courant_wave_speed
  courant_min_time
} "Speed to use for Courant condition"

private:

REAL couranttemps type=SCALAR
{
  courant_dt
} "Variable just for output"