Skip to content

Commit e747d52

Browse files
committed
dont need haevy mesh
1 parent 5944b68 commit e747d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_exports/test_derived_quantities/test_average_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_compute_cylindrical(r0, radius, height, c_top, c_bottom):
6969
z0 = 0
7070
z1 = z0 + height
7171

72-
mesh_fenics = f.RectangleMesh(f.Point(r0, z0), f.Point(r1, z1), 50, 50)
72+
mesh_fenics = f.RectangleMesh(f.Point(r0, z0), f.Point(r1, z1), 10, 10)
7373

7474
volume_markers = f.MeshFunction("size_t", mesh_fenics, mesh_fenics.topology().dim())
7575
volume_markers.set_all(1)

0 commit comments

Comments
 (0)