aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: d963b48c53a5bc9d1d941412dbdc2fd03002da2a (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 WaveToyC
# $Header$

implements: wavetoy
inherits:   Grid Boundary

USES INCLUDE: Symmetry.h
 
public:

cctk_real scalarevolve type = GF Timelevels=3 tags='tensortypealias="Scalar"'
{
  phi
} "The evolved scalar field"


CCTK_INT FUNCTION Boundary_SelectVarForBC(CCTK_POINTER IN GH, \
  CCTK_INT IN faces, CCTK_INT IN boundary_width, CCTK_INT IN table_handle, \
  CCTK_STRING IN var_name, CCTK_STRING IN bc_name)
USES FUNCTION Boundary_SelectVarForBC