You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternative solution (not ideal)
One option is to pass in a large amount of meshing parameters like set_size, min_mesh_size, max_mesh_size_backgroung mesh size etc
However this would be difficult to manage the number of meshing options available.
The text was updated successfully, but these errors were encountered:
The assembly_to_gmsh function is great
In some case we are looking for a little more control over the meshing parameters.
It would be useful if we can return the gmsh object so that the user can mesh the geometry with their own meshing parameters. mesh order
Proposal
Remove some of the gmsh commands from the function and allow the user to do these
The first part loads the geometry and does the tagging and returns the gmsh object, perhaps it does not need these lines of code
Alternative solution (not ideal)
One option is to pass in a large amount of meshing parameters like set_size, min_mesh_size, max_mesh_size_backgroung mesh size etc
However this would be difficult to manage the number of meshing options available.
The text was updated successfully, but these errors were encountered: