-
Notifications
You must be signed in to change notification settings - Fork 3
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
How to identify quad elements #4
Comments
Any help on how to visualize quad elements of a 3D model from gmsh will greatly be appreciated |
1 similar comment
Any help on how to visualize quad elements of a 3D model from gmsh will greatly be appreciated |
I guess I have only implemented plotting for triangular mesh. One workaround would be to split each rectangular element to two triangular element and plot them. It would be a new feature to visualize meshes with rectangular elements. But it doesn't feel hard to impelement though. |
Can you provide the code here what you are doing and what is the expected result, I could take a look of that. |
any help would be appreciated. I just need to visualize it like it is in python. could not find codes for quad meshes easily |
Can you provide the mesh file as attachment. |
You can forgive my ignorance because my worries might be trivial. I am able to generate a triangular mesh and visualize it from gmsh. But when I generate an all quad mesh from gmesh,I could not visualise it ourself gmesh. I was wondering if there is a work around with your program.
Thank you in advance
The text was updated successfully, but these errors were encountered: