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

implements: idscalarwaveelliptic
inherits:grid wavetoy ellbase
friend: wavetoy
 
private:

cctk_real ellcoeffs type = GF
{
  Mcoeff,Ncoeff
} "Coefficients of the elliptic equation"

cctk_real outvars type = GF
{
  temp
} "Temporary vars"