aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/param.ccl
blob: 5e255153e481b34bb99c5e9a802540dce6244d0c (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
32
33
34
35
# Parameter definitions for thorn CarpetTest

CCTK_INT i3 "three"
{
  0:* :: "should be 3"
} 3

CCTK_INT i4 "four"
{
  0:* :: "should be 4"
} 4

CCTK_INT i5 "five"
{
  0:* :: "should be 5"
} 5

CCTK_INT i6 "six"
{
  0:* :: "should be 6"
} 6

CCTK_INT i7 "seven"
{
  0:* :: "should be 7"
} 7

CCTK_INT i8 "eight"
{
  0:* :: "should be 8"
} 8

BOOLEAN test_slab "test CarpetSlab, requires NPROCS=1"
{
} "no"