From 6efca01cdce4b29b6488b54debd1e2723c40383d Mon Sep 17 00:00:00 2001 From: CastillonMiguel Date: Thu, 21 Nov 2024 14:36:11 +0100 Subject: [PATCH] correct variables names --- examples/PhaseFieldFracture/plot_1715.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PhaseFieldFracture/plot_1715.py b/examples/PhaseFieldFracture/plot_1715.py index 0d1bfb3..23c5b46 100644 --- a/examples/PhaseFieldFracture/plot_1715.py +++ b/examples/PhaseFieldFracture/plot_1715.py @@ -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