Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
  • Loading branch information
Umberto Zerbinati committed Jan 28, 2024
1 parent 1affe74 commit 533574f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ngsPETSc/utils/firedrake.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def NetgenHierarchy(ngmesh, levs, order=1, tol=1e-8, comm=fd.COMM_WORLD):
ngmesh.Curve(1)
#We refine the netgen mesh uniformly
ngmesh.Refine(adaptive=False)
fd.File("meshes/ng.pvd").write(fd.Mesh(ngmesh))
#We refine the DMPlex mesh uniformly
cdm = meshes[-1].topology_dm
cdm.setRefinementUniform(True)
Expand Down

0 comments on commit 533574f

Please sign in to comment.