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
While using gmsh for creating contact groups it's required to generate the geometry from the STL model with the function gmsh.model.mesh.classifySurfaces(0) which is time consuming.
To resolve that this classification of surface should be divided on separate compute nodes. This would make grouping convenient since gmsh preserves the groups in a way that they are readily available in Code Aster solver. Generating contact groups with Blender requires some manual work to preserve groups which is error prone.
The text was updated successfully, but these errors were encountered:
saad-gh
changed the title
gmsh for grouping related tasks to preserve groups readily into Code Aster
gmsh
Feb 27, 2022
While using gmsh for creating contact groups it's required to generate the geometry from the STL model with the function
gmsh.model.mesh.classifySurfaces(0)
which is time consuming.To resolve that this classification of surface should be divided on separate compute nodes. This would make grouping convenient since gmsh preserves the groups in a way that they are readily available in Code Aster solver. Generating contact groups with Blender requires some manual work to preserve groups which is error prone.
The text was updated successfully, but these errors were encountered: