Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
6f54e12f
Commit
6f54e12f
authored
Jan 20, 2017
by
Browse files
first prototype of boundary layer size guessing
parent
36a1aee8
Changes
1
Show whitespace changes
Inline
Side-by-side
library/NekMeshUtils/SurfaceMeshing/CurveMesh.cpp
View file @
6f54e12f
...
...
@@ -311,7 +311,8 @@ void CurveMesh::GetSampleFunction()
if
(
m_bl
>
0.0
)
{
dsti
[
0
]
=
m_mesh
->
m_octree
->
QueryR
(
loc
);
NekDouble
R
=
m_mesh
->
m_octree
->
QueryR
(
loc
);
dsti
[
0
]
=
R
/
(
R
+
m_bl
)
*
m_mesh
->
m_octree
->
Query
(
loc
);
}
else
{
...
...
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