TQMesh icon indicating copy to clipboard operation
TQMesh copied to clipboard

A simple two-dimensional mesh generator with triangular and quadrilateral elements in C++

Results 5 TQMesh issues
Sort by recently updated
recently updated
newest added

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...

bug

Should final mesh be symmetric ? ![image](https://user-images.githubusercontent.com/126361177/221382481-005eacfa-3569-476f-98b5-b03c6c75da5b.png) [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:...