aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: d3e8fdab40635a1cf09ca3cdd06c169db0d6322c (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
25
26
27
28
# Interface definition for thorn WaveToy90
# $Header$

implements: wavetoy
 
public:

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

protected:

cctk_real scalarold type = GF
{
  phi_old
} "The scalar field at the last timestep"

private: 

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