Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Community
integration-cfmesh
Commits
5927533d
Commit
5927533d
authored
Sep 07, 2014
by
Franjo
Browse files
Merge branch 'enhancement-2Dsnapping-t29' into development
parents
033a99f3
b96e86da
Changes
1
Hide whitespace changes
Inline
Side-by-side
meshLibrary/utilities/surfaceTools/meshSurfaceMapper2D/meshSurfaceMapper2DMapVertices.C
View file @
5927533d
...
...
@@ -80,7 +80,7 @@ void meshSurfaceMapper2D::findMappingDistance
}
//- safety factor
mIter
->
second
*=
4
.
0
;
mIter
->
second
*=
16
.
0
;
}
if
(
Pstream
::
parRun
()
)
...
...
@@ -420,7 +420,7 @@ void meshSurfaceMapper2D::mapCorners(const labelLongList& edgesToMap)
scalar
distSqApprox
;
label
iter
(
0
);
while
(
iter
++
<
2
0
)
while
(
iter
++
<
4
0
)
{
point
newP
(
vector
::
zero
);
forAll
(
ePatches
,
epI
)
...
...
Write
Preview
Markdown
is supported
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