Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
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
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
Sander, Oliver
dune-gfe
Merge requests
!27
Use global index sets by the dune-parmg module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use global index sets by the dune-parmg module
lisa-parallel
into
master
Overview
0
Commits
3
Pipelines
8
Changes
2
Merged
Sander, Oliver
requested to merge
lisa-parallel
into
master
5 years ago
Overview
0
Commits
3
Pipelines
8
Changes
2
Expand
This MR contains most of the changes of
!22 (closed)
, with some extra cleanup.
0
0
Merge request reports
Viewing commit
9ff4d872
Show latest version
2 files
+
5
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
9ff4d872
Correct name in globalp1mapper and remove unused includes
· 9ff4d872
Lisa Julia Nebel
authored
5 years ago
dune/gfe/parallel/globalp1mapper.hh
+
3
−
5
Options
#ifndef DUNE_GFE_GLOBALP1MAPPER_HH
#define DUNE_GFE_GLOBALP1MAPPER_HH
#ifndef DUNE_GFE_
PARALLEL_
GLOBALP1MAPPER_HH
#define DUNE_GFE_
PARALLEL_
GLOBALP1MAPPER_HH
/** \brief Include standard header files. */
#include
<vector>
@@ -16,8 +16,6 @@
#include
<dune/parmg/parallel/dofmap.hh>
#include
<dune/parmg/parallel/globaldofindex.hh>
#include
<dune/parmg/parallel/redistributematrix.hh>
#include
<dune/parmg/parallel/redistributevector.hh>
#include
<dune/parmg/parallel/datahandle.hh>
namespace
Dune
{
@@ -91,4 +89,4 @@ namespace Dune {
};
}
#endif
/* DUNE_GFE_GLOBALP1MAPPER_HH */
#endif
/* DUNE_GFE_
PARALLEL_
GLOBALP1MAPPER_HH */
Loading