aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 33166f6275fa7ea06a0d319bd21efe2e3b0e7a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Interface definition for thorn WaveToyF77
# $Header$

implements: wavetoy
friend: driver
inherits: grid
 
# All wavetoy variables are private

private:

cctk_real scalarfields type = GF
{
  phi,
  phi_old
} "Scalar fields for WaveToy"

cctk_real scalartmps type = GF
{
  phi_tmp 
} "Temporary GFs for WaveToy"