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
50e6229c
Commit
50e6229c
authored
19 years ago
by
Peter Bastian
Browse files
Options
Downloads
Patches
Plain Diff
correct fake.
At least it compiles now ... [[Imported from SVN: r2932]]
parent
2c8e675d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
grid/uggrid/ugintersectionit.cc
+3
-3
3 additions, 3 deletions
grid/uggrid/ugintersectionit.cc
grid/uggrid/ugintersectionit.hh
+4
-4
4 additions, 4 deletions
grid/uggrid/ugintersectionit.hh
with
7 additions
and
7 deletions
grid/uggrid/ugintersectionit.cc
+
3
−
3
View file @
50e6229c
...
...
@@ -61,7 +61,7 @@ UGGridIntersectionIterator <GridImp>::outerNormal (const FieldVector<UGCtype, Gr
}
template
<
class
GridImp
>
inline
typename
UGGridIntersectionIterator
<
GridImp
>::
LocalGeometry
&
inline
const
typename
UGGridIntersectionIterator
<
GridImp
>::
LocalGeometry
&
UGGridIntersectionIterator
<
GridImp
>::
intersectionSelfLocal
()
const
{
...
...
@@ -70,7 +70,7 @@ intersectionSelfLocal() const
}
template
<
class
GridImp
>
inline
typename
UGGridIntersectionIterator
<
GridImp
>::
Geometry
&
inline
const
typename
UGGridIntersectionIterator
<
GridImp
>::
Geometry
&
UGGridIntersectionIterator
<
GridImp
>::
intersectionGlobal
()
const
{
...
...
@@ -96,7 +96,7 @@ intersectionGlobal() const
}
template
<
class
GridImp
>
inline
typename
UGGridIntersectionIterator
<
GridImp
>::
LocalGeometry
&
inline
const
typename
UGGridIntersectionIterator
<
GridImp
>::
LocalGeometry
&
UGGridIntersectionIterator
<
GridImp
>::
intersectionNeighborLocal
()
const
{
...
...
This diff is collapsed.
Click to expand it.
grid/uggrid/ugintersectionit.hh
+
4
−
4
View file @
50e6229c
...
...
@@ -101,18 +101,18 @@ namespace Dune {
//! iteration started.
//! Here returned element is in LOCAL coordinates of the element
//! where iteration started.
LocalGeometry
&
intersectionSelfLocal
()
const
;
const
LocalGeometry
&
intersectionSelfLocal
()
const
;
//! intersection of codimension 1 of this neighbor with element where iteration started.
//! Here returned element is in GLOBAL coordinates of the element where iteration started.
Geometry
&
intersectionGlobal
()
const
;
const
Geometry
&
intersectionGlobal
()
const
;
//! local number of codim 1 entity in self where intersection is contained in
int
numberInSelf
()
const
;
//! intersection of codimension 1 of this neighbor with element where iteration started.
//! Here returned element is in LOCAL coordinates of neighbor
LocalGeometry
&
intersectionNeighborLocal
()
const
;
const
LocalGeometry
&
intersectionNeighborLocal
()
const
;
//! local number of codim 1 entity in neighbor where intersection is contained
int
numberInNeighbor
()
const
;
...
...
@@ -131,7 +131,7 @@ namespace Dune {
//! pointer to element holding the self_local and self_global information.
//! This element is created on demand.
UG
Grid
Geometry
<
dim
-
1
,
dim
,
GridImp
>
fakeNeigh_
;
UG
Makeable
Geometry
<
dim
-
1
,
dim
,
GridImp
>
fakeNeigh_
;
//! pointer to element holding the neighbor_global and neighbor_local
//! information. This element is created on demand.
...
...
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