aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
blob: ac6b7d9aedd351f2997c12847a3ddf73f88e60e0 (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
ABSTOL 1.e-9
RELTOL 1.e-9

TEST bhns_eval
{
  NPROCS 1
}

TEST bhns_interp
{
  NPROCS 1
  ABSTOL 1.e-4
  RELTOL 1.e-2
}

TEST twopunctures
{
  NPROCS 1
  ABSTOL 1.e-2
  RELTOL 1.e-2
}

TEST twopunctures_carpet
{
  NPROCS 2
  # along the x-axis we encounter the singularity
  RELTOL 2e-3 ^gxx\.x\.asc$
  # the metric is singular and assumes large values near the punctures
  RELTOL 2e-6 ^gxx\.[dyz]?\.asc$
}