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
75236dc0
Commit
75236dc0
authored
Jul 29, 2020
by
Jonathan Lambrechts
Browse files
fix example 4
parent
f437cd5c
Pipeline
#8253
passed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
seamsh/geometry.py
View file @
75236dc0
...
...
@@ -347,7 +347,7 @@ def coarsen_boundaries(domain: Domain, x0: typing.Tuple[float, float],
str2tag
=
{}
def
mesh_size_half
(
x
,
p
):
return
mesh_size
(
x
,
p
)
/
2
return
mesh_size
(
x
,
p
)
/
3
for
curve
in
domain
.
_curves
:
cs
=
_curve_sample
(
curve
,
mesh_size_half
,
domain
.
_projection
)
sampled
.
append
(
cs
)
...
...
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