-
Notifications
You must be signed in to change notification settings - Fork 17
Description
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:
1- is it possible to use TQMesh to mesh domain with internal material lines (not internal hole)? in FEM most of the time different materials is separated by lines.
2- is it possible to specify number of division on the boundary lines (i.e. number of segments) and make sure program uses the specified points and prevent it from generating new points on the boundary line?
3- currently I'm using "Triangle" library developed by prof. Shewchuk. Using this code I'll be able to specify marker for each closed region in the domain and program will assign the same id to the mesh inside the region. The same can be done for the initial nodes and edges. I see that in your code user will be able to do the same for the boundary by specifying the marker but can it be done for the region and etc?
thank you again.
-Roozbeh