Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-subgrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
neubertw
dune-subgrid
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
neubertw/dune-subgrid
Select target project
No results found
master
Select Git revision
Swap
Target
agnumpde/dune-subgrid
Select target project
neubertw/dune-subgrid
agnumpde/dune-subgrid
2 results
master
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
View open merge request
Commits on Source (1)
Added hostIntersection to SubGridIntersection
· e48c1281
Wilhelm Neubert
authored
7 years ago
e48c1281
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/subgrid/subgrid/subgridintersection.hh
+5
-0
5 additions, 0 deletions
dune/subgrid/subgrid/subgridintersection.hh
with
5 additions
and
0 deletions
dune/subgrid/subgrid/subgridintersection.hh
Edit
View file @
e48c1281
...
@@ -60,6 +60,11 @@ public:
...
@@ -60,6 +60,11 @@ public:
return
insideIntersect_
.
indexInOutside
();
return
insideIntersect_
.
indexInOutside
();
}
}
//! get associated hostgrid entity
const
HostLevelIntersection
&
hostIntersection
(
void
)
const
{
return
insideIntersect_
;
}
protected
:
protected
:
//! The subgrid
//! The subgrid
const
GridImp
*
subGrid_
;
const
GridImp
*
subGrid_
;
...
...
This diff is collapsed.
Click to expand it.