Test Meshes with Multiple Groups
Compare changes
Files
2+ 33
− 19
@@ -37,6 +37,7 @@ __doc__ = """
@@ -572,45 +573,58 @@ def merge_disjoint_meshes(meshes, skip_tests=False, single_group=False):
At the moment this just adds a test for a mesh with 2 groups. Basic operations work just fine, but it currently fails in make_opposite_face_connection
, so some fixes are expected.