From 26b985a3d72cfa1c34a62389aff8dd1765eef38a Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 9 May 2024 23:17:48 -0500 Subject: [PATCH] update hybridized SBP test tolerance --- test/cut_mesh_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cut_mesh_tests.jl b/test/cut_mesh_tests.jl index 2a4cdae7..93c8cf03 100644 --- a/test/cut_mesh_tests.jl +++ b/test/cut_mesh_tests.jl @@ -144,6 +144,6 @@ end Ph = hybridized_projection_matrices[e] Vh = hybridized_interp_matrices[e] @test norm(Ph * Qxh * Vh - Dx) + - norm(Ph * Qyh * Vh - Dy) < 1e3 * eps() + norm(Ph * Qyh * Vh - Dy) < 100 * length(Dx) * eps() end end \ No newline at end of file