Skip to content

Commit b0e6abe

Browse files
committed
Add algorithm to support various recombination methods
1 parent f22c138 commit b0e6abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skgmsh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def frontal_delaunay_2d( # noqa: C901, PLR0912
281281
gmsh.model.mesh.embed(0, embedded_points, 2, 1)
282282

283283
if recombine:
284-
gmsh.model.mesh.set_recombine(2, 1)
284+
gmsh.model.mesh.set_recombine(2, 0)
285285

286286
mesh = generate_mesh(2)
287287

0 commit comments

Comments
 (0)