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
cf4d612f
Commit
cf4d612f
authored
May 18, 2022
by
Jonathan Lambrechts
Browse files
fix domain physical name
parent
e3da501e
Pipeline
#10869
passed with stages
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
seamsh/gmsh.py
View file @
cf4d612f
...
...
@@ -145,7 +145,7 @@ def _create_gmsh_geometry(domain: _geometry.Domain):
tag
=
gmsh
.
model
.
addPhysicalGroup
(
0
,
tags
)
gmsh
.
model
.
setPhysicalName
(
0
,
tag
,
name
)
tag
=
gmsh
.
model
.
addPhysicalGroup
(
2
,
[
stag
])
gmsh
.
model
.
setPhysicalName
(
2
,
s
tag
,
"domain"
)
gmsh
.
model
.
setPhysicalName
(
2
,
tag
,
"domain"
)
def
_mesh_bgrid
(
domain
:
_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