aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra/SpaceTimeToy/interface.ccl
blob: 3d2a7c38c0fb519fd427bb43d9eab95e89993cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Interface definition for thorn SpaceTimeToy
# $Header: /home/eschnett/C/carpet/Carpet/CarpetExtra/SpaceTimeToy/interface.ccl,v 1.1 2001/03/17 16:05:56 eschnett Exp $

implements: spacetimetoy
inherits: grid



public:

CCTK_REAL scalarevolve type=GF timelevels=2
{
  phi psi
} "The evolved scalar fields"

private:

CCTK_REAL scalartemps type=GF
{
  phi_i psi_i
} "Intermediate values for the integrator"



private:

CCTK_INT icn_state type=SCALAR
{
  icn_iteration
  do_iterate
} "Current iteration and termination flag for ICN integrator"