Skip to content

Commit

Permalink
update pygmsh call
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 24, 2019
1 parent 51211a6 commit 167fb2c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ogs5py/fileclasses/msh/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,12 +422,7 @@ def grid_adapter2D(
geo = gmsh_grid_adapt2D(
out_dim, in_dim, out_res, in_res, out_pos, in_pos, z_pos
)
mesh = pg.generate_mesh(
geo,
# num_lloyd_steps=0,
# num_quad_lloyd_steps=0,
dim=2,
)
mesh = pg.generate_mesh(geo, dim=2)
out = convert_meshio(mesh.points, mesh.cells, import_dim=2)
out["material_id"] = gen_std_mat_id(out["elements"], out_mat)

Expand Down

0 comments on commit 167fb2c

Please sign in to comment.