Skip to content
Discussion options

You must be logged in to vote

Hello Mohammad,
Currently, this feature is currently not available in this toolbox (I can try to add it ASAP). As a workaround, you can export the geometry in a .geo file:

savegeo(G,'geometry.geo')

Then, using a text file editor (e.g. notepad++), replace all BSpline entries by Line. Finally, open this file with Gmsh (in command line or from GUI) to mesh the geometry.

⚠️ Caveat: When meshing polygonal lines, Gmsh uses each node of the lines as mesh nodes. Thus, the element sizes are constrained by the node-to-node distance in the polygonal lines. This can result in a huge number of elements. Maybe you should have a look on the simplify method.

Hope this helps,
regards.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MohammadJoudivand
Comment options

Answer selected by MohammadJoudivand
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants