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

Not an issue: Couple of questions #4

Open
roozbehg opened this issue May 26, 2022 · 2 comments
Open

Not an issue: Couple of questions #4

roozbehg opened this issue May 26, 2022 · 2 comments

Comments

@roozbehg
Copy link

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

@FloSewn
Copy link
Owner

FloSewn commented May 27, 2022

Hey Roozbeh,

thanks for your interest! Regarding your questions 1 & 2:
Internal lines and the specification of the actual number of vertices on boundary segments is currently not supported.
But this sounds really useful - so I will try to implement it :-)

Concerning question 3:
Currently it is only possible to create a domain with one single exterior boundary - this basically means, you can only create one single enclosed domain. I am planning to extend this for multiple domains and in that case, it will also include the possibility to specify markers for elements or interior edges.

Again - thanks for your interest :-)

Greetings
Flo

@roozbehg
Copy link
Author

Thanks Flo for the response!

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