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

implements: wavetoy

public:

cctk_real scalarevolve type = GF
{
  phi
  phi_old
} "The evolved scalar field"

private: 

cctk_real temps type = GF
{
  phi_tmp 
} "Temporary grid functions"