File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ def test_imprinted_assembly():
132132 assert cur_name in ["shell_inner-right" , "insert_outer-right" , "in_contact" ]
133133
134134
135- def test_conformal_mesh_compliance ():
135+ def test_nested_sphere_assembly ():
136136 """
137- Tests to make sure the meshing process produces a conformal mesh .
137+ Tests to make sure the the nested sphere example works .
138138 """
139139
140140 def _check_physical_groups ():
@@ -151,10 +151,6 @@ def _check_physical_groups():
151151
152152 assert cur_name in ["inner_sphere" , "middle_sphere" ]
153153
154- # Check to make sure there are physical groups for the surfaces
155- physical_groups = gmsh .model .getPhysicalGroups (2 )
156- # assert len(physical_groups) > 0, "There should be some physical groups for surfaces"
157-
158154 # Create a basic assembly
159155 assy = generate_nested_spheres ()
160156
@@ -175,6 +171,3 @@ def _check_physical_groups():
175171
176172 # Ensure that there are physical groups
177173 _check_physical_groups ()
178-
179- # assert False
180- # gmsh.fltk.run()
You can’t perform that action at this time.
0 commit comments