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

implements: idscalarwaveelliptic
inherits:grid wavetoy ellbase
 
private:

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

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