aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 6ea9cdc009995c53b56044a3ed9634ae2e3ab1b8 (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_min_time
} "Speed to use for Courant condition"

private:

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