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

implements: IDScalarWaveElliptic
inherits: Grid WaveToy EllBase IDScalarWave

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"