Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
f25b9639
Commit
f25b9639
authored
2 years ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation issue
parent
53231621
No related branches found
No related tags found
1 merge request
!167
Improve fluxing based remapping
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/mesh/MeshSmoother.cpp
+2
-2
2 additions, 2 deletions
src/mesh/MeshSmoother.cpp
with
2 additions
and
2 deletions
src/mesh/MeshSmoother.cpp
+
2
−
2
View file @
f25b9639
...
...
@@ -282,8 +282,8 @@ class MeshSmootherHandler::MeshSmoother
is_displaced
.
fill
(
false
);
for
(
size_t
i_zone
=
0
;
i_zone
<
discrete_function_variant_list
.
size
();
++
i_zone
)
{
auto
is_zone_cell
=
discrete_function_variant_list
[
i_zone
]
->
get
<
const
DiscreteFunctionP0
<
Dimension
,
const
double
>>
();
auto
is_zone_cell
=
discrete_function_variant_list
[
i_zone
]
->
get
<
DiscreteFunctionP0
<
Dimension
,
const
double
>>
();
parallel_for
(
m_given_mesh
.
numberOfNodes
(),
PUGS_LAMBDA
(
const
NodeId
node_id
)
{
auto
node_cell_list
=
node_to_cell_matrix
[
node_id
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment