aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/HydroToy/interface.ccl
blob: 722fb546f4239abcccf9edf9ca5db8575efbcf79 (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 HydroToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/HydroToy/interface.ccl,v 1.2 2001/03/26 02:28:15 eschnett Exp $

implements: hydrotoy



public:

CCTK_REAL hydroevolve type=GF timelevels=3
{
  u vx vy vz
} "The evolve hydro fields"

private:

CCTK_REAL hydrotemps type=GF
{
  u_i vx_i vy_i vz_i
} "Intermediate vales for the integrator"