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

implements: wavetoy
inherits:   Grid Boundary

USES INCLUDE: Symmetry.h

public:

cctk_real scalarevolve type = GF Timelevels=3
{
  phi
} "The evolved scalar field"

# Function aliasing from Fortran does not work at the moment...
#CCTK_INT FUNCTION Boundary_SelectVarForBC CCTK_POINTER GH, CCTK_INT faces, \
#  CCTK_INT table_handle, CCTK_STRING var_name, CCTK_STRING bc_name
#USES FUNCTION Boundary_SelectVarForBC