aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: e937f0f9048e8400edca3ea99a557166b3720e64 (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
friend: wavetoy
 
private:

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

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