Skip to content

Commit

Permalink
dont need haevy mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Aug 5, 2024
1 parent 5944b68 commit e747d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_compute_cylindrical(r0, radius, height, c_top, c_bottom):
z0 = 0
z1 = z0 + height

mesh_fenics = f.RectangleMesh(f.Point(r0, z0), f.Point(r1, z1), 50, 50)
mesh_fenics = f.RectangleMesh(f.Point(r0, z0), f.Point(r1, z1), 10, 10)

volume_markers = f.MeshFunction("size_t", mesh_fenics, mesh_fenics.topology().dim())
volume_markers.set_all(1)
Expand Down

0 comments on commit e747d52

Please sign in to comment.