-
Notifications
You must be signed in to change notification settings - Fork 149
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
Is there a way to make mesh generation faster? #1047
Comments
A Gmsh developer suggested using Do you have any suggestions? Or are there any mistakes?
|
May I close this thread? |
If your question has been addressed, sure. I have been away, so haven't had a chance to look at your question, yet. |
Currently, I am doing simulation with a shape that has a large top and bottom surface area but it is thin. The top and bottom surfaces are 2cm * 5cm, but the thicknesses of the layers are 5e-4m and 5e-5m.
I have tried to make the mesh size 5e-4 which has quite a fast mesh generation with Gmsh but the result is very rough (compare to the theoretical answer). I've tried to decrease the mesh size a little bit and the result does get closer to the theoretical value but not enough and I cannot decrease the mesh size further due to the heavy load of mesh generation.
For this special type of shape, do you have any suggestions for me?
Below is the code for the mesh part:
The text was updated successfully, but these errors were encountered: