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

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"