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

implements: wavetoy
 
public:

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

private:

cctk_real scalartmps type = GF
{
  phi_new
} "Temporary GF for WaveToy"