Skip to content

Commit 83fe773

Browse files
authored
Change the mesh size for cylindrical geometry (#381)
1 parent 55946a0 commit 83fe773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cylinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
# %%
2828
# Change the cell size of the mesh.
2929

30-
alg.cell_size = 0.5
30+
alg.cell_size = 0.2
3131
alg.mesh.plot(show_edges=True, color="white", line_width=2)

0 commit comments

Comments
 (0)