aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: db7f042f6019e7875ca5477982e1d16d66b493ae (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

protected:

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

private:

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