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
Jennifer Ryan
Nektar
Commits
78e92974
Commit
78e92974
authored
Mar 09, 2017
by
Julian Marcon
Browse files
Comment on BL curve detection logic.
parent
096a14d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/2DGenerator/2DGenerator.cpp
View file @
78e92974
...
...
@@ -129,6 +129,11 @@ void Generator2D::Process()
"x y z"
,
m_config
[
"blthick"
].
as
<
string
>
());
}
// The logic in the three loops below relies on the assumption that
// node->GetNumCadCurve() only returns the number of CAD curves that have
// been meshed. This allows us to detect which curves have a BL and which do
// not. The logic will have to be reworked in the near future.
// linear mesh all curves with a BL
for
(
int
i
=
0
;
i
<
m_blCurves
.
size
();
i
++
)
{
...
...
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