DavidAKopriva

Results 6 comments of DavidAKopriva

You don't want to define the boundaries as polygons as one would for a FEM mesh. HOHQMesh is designed for generating meshes for high order methods, and higher order boundary...

HOHQMesh is designed for generating meshes for High Order methods, and is *curve* based, not point based as in a standard finite element generator. Your control file inputs individual points...

Yes, it can do that, but not with 13K interior boundaries. The only other quad mesher that I know of is *gmsh*. I believe it generates a triangle mesh and...

To answer your question, HOHQMesh does not have the capability to do what you want it to do at this time. As noted in the documentation, all curves (interior and...

As a followup, PR #50 has been made to eliminate the need to put all interior boundary curves in a `CHAIN`, so that leaving them out as in the control...

To follow up, in response to the issue of generating a symmetric mesh, your example can now be done by defining half of the geometry and reflecting it along the...