aboutsummaryrefslogtreecommitdiff
path: root/test/test.ccl
blob: 39c3b2244a44ac033c6e63dc52f0c59494461f15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
}