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
716d8c76
Commit
716d8c76
authored
8 years ago
by
Ansgar Burchardt
Browse files
Options
Downloads
Patches
Plain Diff
[uggrid] loadBalance: transfer element data
parent
e14927db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!172
[uggrid] Support for transferring element data during load balancing
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 @
716d8c76
...
...
@@ -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.
Ansgar Burchardt
@ansgar
mentioned in commit
be4820e3
·
7 years ago
mentioned in commit
be4820e3
mentioned in commit be4820e343f597b084fad5fd4679852e9b9e4bef
Toggle commit list
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