aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: b995880b4b3e455972ca429d425475fdfdca2fdd (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
# Interface definition for thorn WaveToyC
# $Header$

implements: wavetoy

USES INCLUDE: Boundary.h
USES INCLUDE: Symmetry.h
 
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"