Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-grid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-grid
Commits
be4820e3
Commit
be4820e3
authored
8 years ago
by
Ansgar Burchardt
Committed by
Markus Blatt
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[uggrid] loadBalance: transfer element data
(cherry picked from commit
716d8c76
)
parent
e65d2afd
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!188
[backport,uggrid] Allow transferring element data during loadbalance for 2.5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/grid/uggrid.hh
+4
-2
4 additions, 2 deletions
dune/grid/uggrid.hh
with
4 additions
and
2 deletions
dune/grid/uggrid.hh
+
4
−
2
View file @
be4820e3
...
...
@@ -487,7 +487,8 @@ namespace Dune {
{
#ifdef ModelP
// gather element data
// UGLBGatherScatter::template gather<0>(this->leafGridView(), dataHandle);
if
(
dataHandle
.
contains
(
dim
,
0
))
UGLBGatherScatter
::
template
gather
<
0
>(
this
->
leafGridView
(),
dataHandle
);
// gather node data
if
(
dataHandle
.
contains
(
dim
,
dim
))
...
...
@@ -500,7 +501,8 @@ namespace Dune {
#ifdef ModelP
// scatter element data
// UGLBGatherScatter::template scatter<0>(this->leafGridView(), dataHandle);
if
(
dataHandle
.
contains
(
dim
,
0
))
UGLBGatherScatter
::
template
scatter
<
0
>(
this
->
leafGridView
(),
dataHandle
);
// scatter node data
if
(
dataHandle
.
contains
(
dim
,
dim
))
...
...
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