Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-metagrid
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
Container Registry
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
extensions
dune-metagrid
Merge requests
!4
Draft: InteriorBorder_InteriorBorder_Interface
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: InteriorBorder_InteriorBorder_Interface
feature/parallel-grid-master
into
master
Overview
8
Commits
1
Pipelines
8
Changes
1
All threads resolved!
Hide all comments
Open
Timo Koch
requested to merge
feature/parallel-grid-master
into
master
3 years ago
Overview
8
Commits
1
Pipelines
8
Changes
1
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
master
version 10
c16e443a
3 years ago
version 9
56a0bf3c
3 years ago
version 8
56a0bf3c
3 years ago
version 7
3b2d05cb
3 years ago
version 6
e310beef
3 years ago
version 5
ef79da3c
3 years ago
version 4
ef79da3c
3 years ago
version 3
e5157963
3 years ago
version 2
204ca1f3
3 years ago
version 1
ea226eca
3 years ago
master (HEAD)
and
latest version
latest version
c16e443a
1 commit,
2 years ago
version 10
c16e443a
1 commit,
3 years ago
version 9
56a0bf3c
2 commits,
3 years ago
version 8
56a0bf3c
11 commits,
3 years ago
version 7
3b2d05cb
24 commits,
3 years ago
version 6
e310beef
24 commits,
3 years ago
version 5
ef79da3c
23 commits,
3 years ago
version 4
ef79da3c
23 commits,
3 years ago
version 3
e5157963
18 commits,
3 years ago
version 2
204ca1f3
17 commits,
3 years ago
version 1
ea226eca
17 commits,
3 years ago
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dune/grid/parallelgrid/gridview.hh
+
6
−
0
Options
@@ -216,6 +216,12 @@ namespace Dune
break
;
}
}
// currently we can only communicate elements and
// elements are never interior to two processes at the same time
else
if
(
interface
==
InteriorBorder_InteriorBorder_Interface
)
return
;
else
DUNE_THROW
(
NotImplemented
,
"Communication on interface type "
<<
interface
<<
" not implemented."
);
}
Loading