TQMesh
TQMesh copied to clipboard
A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++
Hi Flo, I find your library extremely useful for my work. I would like to suggest adding a feature to define fixed edges within the boundary. This would enhance control...
Hi @FloSewn, Sorry for bothering you again. I have questions regarding multi subdomains meshing. It looks to me some of the parameters are shared from former subdomain to the latter...
Should final mesh be symmetric ?  [Example_1.para.txt](https://github.com/FloSewn/TQMesh/files/10848860/Example_1.para.txt)
Hello, In the examples under `input` directory, one can find the following: ``` # VERTICES # Arguments: # 1) X-coordinate # 2) Y-coordinate # 3) Scale parameter # 4) Range...
Hi Florian, First off, thanks for the great work. I have an free FEM code and want to integrate your mesh generation code in it. I have couple of questions:...