From 193728bab0133b92ad23007a86b2823c9a8f2ad2 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Mon, 11 Mar 2013 23:57:40 -0400 Subject: CarpetProlongateTest: Increase test case tolerances for higher order prolongation --- CarpetExtra/CarpetProlongateTest/test/test.ccl | 27 ++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) (limited to 'CarpetExtra') diff --git a/CarpetExtra/CarpetProlongateTest/test/test.ccl b/CarpetExtra/CarpetProlongateTest/test/test.ccl index 64715cb78..e7072a112 100644 --- a/CarpetExtra/CarpetProlongateTest/test/test.ccl +++ b/CarpetExtra/CarpetProlongateTest/test/test.ccl @@ -2,30 +2,45 @@ NPROCS 2 TEST test_interp { -NPROCS 1 + NPROCS 1 } TEST test_cc_tvd { -NPROCS 1 + NPROCS 1 } TEST test_cc_tvd_hi { -NPROCS 1 + NPROCS 1 } TEST test_cc_tvd_x { -NPROCS 1 + NPROCS 1 } TEST test_cc_tvd_y { -NPROCS 1 + NPROCS 1 } TEST test_cc_tvd_z { -NPROCS 1 + NPROCS 1 +} + +TEST test_o7 +{ + ABSTOL 2.0e-11 +} + +TEST test_o9 +{ + ABSTOL 5.0e-10 +} + +TEST test_o11 +{ + ABSTOL 3.0e-8 } -- cgit v1.2.3