From e4612af428c981361c184d503dff7615ae3a6cd7 Mon Sep 17 00:00:00 2001 From: Charles-Antoine Leger Date: Fri, 11 Oct 2024 08:38:42 +0200 Subject: [PATCH] fix[poisson]: Coo Gpu tests with new reference values --- poisson/Test.L-shape.2D.coo-gpu.arc | 8 ++++---- poisson/Test.L-shape.3D.coo-gpu.arc | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poisson/Test.L-shape.2D.coo-gpu.arc b/poisson/Test.L-shape.2D.coo-gpu.arc index be74031..4f1e76a 100644 --- a/poisson/Test.L-shape.2D.coo-gpu.arc +++ b/poisson/Test.L-shape.2D.coo-gpu.arc @@ -1,7 +1,7 @@ - L-Shape 2D with COO sparse matrix format GPU compatible. The result of this test is compared with test_poisson_results.txt. + L-Shape 2D with COO sparse matrix format GPU compatible. The result of this test is compared with poisson_test_ref_L-shape_2D.txt PoissonLoop @@ -21,11 +21,11 @@ true - test_poisson_results.txt - -1.0 + poisson_test_ref_L-shape_2D.txt + -5.5 boundary - 0.0 + 0.5 diff --git a/poisson/Test.L-shape.3D.coo-gpu.arc b/poisson/Test.L-shape.3D.coo-gpu.arc index a118c1b..6022ae3 100644 --- a/poisson/Test.L-shape.3D.coo-gpu.arc +++ b/poisson/Test.L-shape.3D.coo-gpu.arc @@ -1,7 +1,7 @@ - L-Shape 3D with COO sparse matrix format Gpu compatible. The result of this test is compared with test_3D_L-shape_poisson.txt. + L-Shape 3D with COO sparse matrix format Gpu compatible. The result of this test is compared with poisson_test_ref_L-shape_3D.txt. PoissonLoop @@ -21,8 +21,8 @@ true - 1.0 - test_3D_L-shape_poisson.txt + 5.5 + poisson_test_ref_L-shape_3D.txt TETRA4 bot