Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonathan Lambrechts
seamsh
Commits
b9c5b8c9
Commit
b9c5b8c9
authored
Jan 14, 2022
by
Jonathan Lambrechts
Browse files
use temporary gmsh model for meshing
parent
50585162
Pipeline
#10125
passed with stages
in 10 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
seamsh/gmsh.py
View file @
b9c5b8c9
...
...
@@ -290,6 +290,7 @@ def mesh(domain: _geometry.Domain, filename: str,
appended), if == "-", an interactive gmsh graphical window will pop
up after each meshing step.
"""
gmsh
.
model
.
add
(
str
(
_tools
.
uuid
.
uuid4
()))
_tools
.
log
(
"Generate mesh"
,
True
)
domain
.
_build_topology
()
_create_gmsh_geometry
(
domain
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment