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

implements: time

protected:

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

private:

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