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
!22
Use DOFs from parmg in P1- and P2-Mapper
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Use DOFs from parmg in P1- and P2-Mapper
lnebel/dune-gfe:parallelization-parmg-film-on-substrate
into
master
Overview
4
Commits
6
Pipelines
5
Changes
2
All threads resolved!
Hide all comments
Closed
Nebel, Lisa Julia
requested to merge
lnebel/dune-gfe:parallelization-parmg-film-on-substrate
into
master
5 years ago
Overview
4
Commits
6
Pipelines
5
Changes
2
All threads resolved!
Hide all comments
Expand
Repair the parallel assembling when using second order FEs.
Change the grid in film-on-substrate from UGGrid to YaspGrid, because UGGrid lacks face communication for the interface type All_All_Interface. This merge requests needs:
https://gitlab.dune-project.org/core/dune-common/merge_requests/672
or
https://gitlab.mn.tu-dresden.de/paraphase/dune-parmg/merge_requests/11
Edited
5 years ago
by
Nebel, Lisa Julia
0
0
Merge request reports
Viewing commit
0ce0af63
Prev
Next
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)
0ce0af63
Correct name in globalp1mapper and remove unused includes
· 0ce0af63
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