From 09e39dc03a035199ca9924195861148e0dca4d01 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Wed, 4 May 2016 15:15:23 -0500
Subject: [PATCH] Bump opposite-face boundary match tolerance

---
 meshmode/discretization/connection/opposite_face.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meshmode/discretization/connection/opposite_face.py b/meshmode/discretization/connection/opposite_face.py
index 6509c620..70728522 100644
--- a/meshmode/discretization/connection/opposite_face.py
+++ b/meshmode/discretization/connection/opposite_face.py
@@ -105,7 +105,7 @@ def _make_cross_face_batches(
                 bdry_discr.nodes().get(queue=queue))
             [:, to_bdry_element_indices])
 
-    tol = 1e3 * np.finfo(to_bdry_nodes.dtype).eps
+    tol = 1e4 * np.finfo(to_bdry_nodes.dtype).eps
 
     from_mesh_grp = bdry_discr.mesh.groups[i_src_grp]
     from_grp = bdry_discr.groups[i_src_grp]
-- 
GitLab