Prevent mesh duplication after pygmsh optimization #536
Unanswered
vaasuanandatheertha
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, i mesh from
mesh = geometry.generate_mesh(dim = dimensionality, order = Mesh_Order, algorithm = Meshing_Algorithm)
and optimize using
Omesh = pygmsh.optimize(mesh, method = "Laplace2D", verbose = False)
How do I precvent mesh duplication taking place here. See below for mesh informations:
pygmsh.optimize(mesh, method = "Laplace2D", verbose = True)
Plotting makes it more clear.
Beta Was this translation helpful? Give feedback.
All reactions