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
Merge requests
!172
[uggrid] Support for transferring element data during load balancing
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[uggrid] Support for transferring element data during load balancing
feature/uggrid-element-data
into
master
Overview
5
Commits
3
Pipelines
2
Changes
3
Merged
Ansgar Burchardt
requested to merge
feature/uggrid-element-data
into
master
7 years ago
Overview
5
Commits
3
Pipelines
2
Changes
4
Expand
0
0
Merge request reports
Compare
version 1
version 1
51db0876
7 years ago
master (base)
and
latest version
latest version
62e409da
3 commits,
7 years ago
version 1
51db0876
5 commits,
7 years ago
Show latest version
4 files
+
38
−
81
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
dune/grid/common/datahandleif.hh
+
0
−
12
Options
@@ -165,18 +165,6 @@ namespace Dune
CHECK_AND_CALL_INTERFACE_IMPLEMENTATION
((
asImp
().
scatter
(
buffIF
,
e
,
n
)));
}
/**
* \brief update after grid changes
*
* This method is called during load balancing after `gather` and any
* grid changes and before `scatter`. It should be used to update
* mappers so that data received during the `scatter` phase will be
* stored in the right location.
*
* The default implementation is a no-op.
*/
virtual
void
update
()
{}
private
:
//! Barton-Nackman trick
DataHandleImp
&
asImp
()
{
return
static_cast
<
DataHandleImp
&>
(
*
this
);}
Loading