aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 16c050d15b5059147c9e3adbb18c4d3c7ac6f678 (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

USES INCLUDE HEADER: EllBase.h 
private:

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

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