Skip to content

Commit

Permalink
correct variables names
Browse files Browse the repository at this point in the history
  • Loading branch information
CastillonMiguel committed Nov 21, 2024
1 parent 33f584e commit 6efca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PhaseFieldFracture/plot_1715.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
msh = dolfinx.mesh.create_rectangle(mpi4py.MPI.COMM_WORLD,
[np.array([0.0, 0.0]),
np.array([lx, ly])],
[nx, ny],
[divx, divy],
cell_type=dolfinx.mesh.CellType.quadrilateral)

# Boundary Identification
Expand Down

0 comments on commit 6efca01

Please sign in to comment.