Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quadrilatural meshing #42

Open
epsi1on opened this issue Jul 22, 2020 · 1 comment
Open

Quadrilatural meshing #42

epsi1on opened this issue Jul 22, 2020 · 1 comment

Comments

@epsi1on
Copy link

epsi1on commented Jul 22, 2020

Hi,
Thanks for this good library, I wanted to ask whether is there any repository or well known method for meshing a 2d region with quadrilaterals instead of triangles?

Thanks

@wo80
Copy link
Owner

wo80 commented Jul 24, 2020

A while back, I looked at some indirect approaches to quad meshing (indirect = converting a triangular mesh to quads):

Gmsh and MeshKit are open source, but the code is hard to look through. MeshKit is really painful to build (never managed to build on Windows). Gmsh has a SDK with C interface and prebuild binaries, but it's probably overkill if you're just looking for a 2D quad mesher.

I also tried to port the MeshKit algorithm to C# for use with Triangle.NET: QuadMesh-2015-09-10.zip. The code works, but it's somewhat unfinished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants