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
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
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
Timo Koch
dune-common
Commits
9ae38a9c
Commit
9ae38a9c
authored
19 years ago
by
Peter Bastian
Browse files
Options
Downloads
Patches
Plain Diff
updated documentation for new intersection iterator functionality
[[Imported from SVN: r4483]]
parent
74d8de90
Branches
Branches containing commit
Tags
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
+13
-7
13 additions, 7 deletions
grid/common/intersectioniterator.hh
with
13 additions
and
7 deletions
grid/common/intersectioniterator.hh
+
13
−
7
View file @
9ae38a9c
...
...
@@ -54,14 +54,13 @@ namespace Dune
\image html islocalref.png "IntersectionIterator in a locally refined mesh."
\image latex islocalref.eps "IntersectionIterator in a locally refined mesh." width=\textwidth
Here the rule is the following: The IntersectionIterator deleivers the
intersection with an entity on the same level if possible or with an element
on a lower level which must be a leaf element in this case.
This means that if element c has an intersection with element a, a does
not necessarily have an intersection with element c. In the example above, a
would have an intersection with element b.
Here the rule is the following: The IntersectionIterator delivers all intersections
with elements on the same level and in addition intersections with all leaf elements
that are on a lower level.
According to this rule the intersection iterator started at a delivers an intersection
with b and c, the intersection itersection iterator started at c delivers intersections
with a and d and b has an intersection with a.
<h2>Intersections, leaf grid and level grid</h2>
...
...
@@ -78,6 +77,13 @@ namespace Dune
one can detect the position of an entity relative to the boundary. The
following cases are possible.
<h2>Intersections and processor boundaries</h2>
At processor boundaries, i.e. when an element has an intersection with another element
in the sequential grid but this element is only stored in other processors the
intersection iterator stops but neither leafNeighbor(), levelNeighbor() nor boundary()
are true.
<table>
<tr>
<td></td><td></td><td>neighbor()</td><td>boundary()</td><td>outside()</td>
...
...
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