Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
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
Package registry
Model registry
Operate
Environments
Terraform modules
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-common
Commits
74b26787
Commit
74b26787
authored
19 years ago
by
Peter Bastian
Browse files
Options
Downloads
Patches
Plain Diff
some comments updated
[[Imported from SVN: r2966]]
parent
24793f9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/common/intersectioniterator.hh
+2
-2
2 additions, 2 deletions
grid/common/intersectioniterator.hh
with
2 additions
and
2 deletions
grid/common/intersectioniterator.hh
+
2
−
2
View file @
74b26787
...
...
@@ -218,7 +218,7 @@ namespace Dune
asImp
().
increment
();
}
//! return true if intersection is with boundary. \todo connection with boundary information, processor/outer boundary
//! return true if
this
intersection is with boundary. \todo connection with boundary information, processor/outer boundary
bool
boundary
()
const
{
return
asImp
().
boundary
();
...
...
@@ -228,7 +228,7 @@ namespace Dune
return
asImp
().
boundaryEntity
();
}
//! return true if intersection is with
neighbor on this
level.
//! return true if intersection is with
another element (might be on a lower
level
)
.
bool
neighbor
()
const
{
return
asImp
().
neighbor
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment