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
b05c1ff8
Commit
b05c1ff8
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
index set methods comply with the DUNE naming conventions
[[Imported from SVN: r2677]]
parent
b44cb740
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
grid/onedgrid.hh
+4
-4
4 additions, 4 deletions
grid/onedgrid.hh
grid/onedgrid/onedgridindexsets.hh
+2
-2
2 additions, 2 deletions
grid/onedgrid/onedgridindexsets.hh
grid/uggrid.hh
+4
-4
4 additions, 4 deletions
grid/uggrid.hh
grid/uggrid/uggridindexsets.hh
+2
-2
2 additions, 2 deletions
grid/uggrid/uggridindexsets.hh
with
12 additions
and
12 deletions
grid/onedgrid.hh
+
4
−
4
View file @
b05c1ff8
...
...
@@ -286,22 +286,22 @@ namespace Dune {
}
const
GlobalIdSet
&
global
ids
et
()
const
const
GlobalIdSet
&
global
IdS
et
()
const
{
return
idSet_
;
}
const
LocalIdSet
&
local
ids
et
()
const
const
LocalIdSet
&
local
IdS
et
()
const
{
return
idSet_
;
}
const
LevelIndexSet
&
level
i
ndex
s
et
(
int
level
)
const
const
LevelIndexSet
&
level
I
ndex
S
et
(
int
level
)
const
{
return
levelIndexSets_
[
level
];
}
const
LeafIndexSet
&
leaf
i
ndex
s
et
()
const
const
LeafIndexSet
&
leaf
I
ndex
S
et
()
const
{
return
leafIndexSet_
;
}
...
...
This diff is collapsed.
Click to expand it.
grid/onedgrid/onedgridindexsets.hh
+
2
−
2
View file @
b05c1ff8
...
...
@@ -43,7 +43,7 @@ namespace Dune {
}
/** \brief Deliver all geometry types used in this grid */
const
std
::
vector
<
GeometryType
>&
geom
t
ypes
()
const
const
std
::
vector
<
GeometryType
>&
geom
T
ypes
()
const
{
return
myTypes_
;
}
...
...
@@ -170,7 +170,7 @@ namespace Dune {
}
/** deliver all geometry types used in this grid */
const
std
::
vector
<
GeometryType
>&
geom
t
ypes
()
const
const
std
::
vector
<
GeometryType
>&
geom
T
ypes
()
const
{
return
myTypes_
;
}
...
...
This diff is collapsed.
Click to expand it.
grid/uggrid.hh
+
4
−
4
View file @
b05c1ff8
...
...
@@ -285,22 +285,22 @@ namespace Dune {
return
0
;
}
const
GlobalIdSet
&
global
ids
et
()
const
const
GlobalIdSet
&
global
IdS
et
()
const
{
return
globalIdSet_
;
}
const
LocalIdSet
&
local
ids
et
()
const
const
LocalIdSet
&
local
IdS
et
()
const
{
return
localIdSet_
;
}
const
LevelIndexSet
&
level
i
ndex
s
et
(
int
level
)
const
const
LevelIndexSet
&
level
I
ndex
S
et
(
int
level
)
const
{
return
levelIndexSets_
[
level
];
}
const
LeafIndexSet
&
leaf
i
ndex
s
et
()
const
const
LeafIndexSet
&
leaf
I
ndex
S
et
()
const
{
return
leafIndexSet_
;
}
...
...
This diff is collapsed.
Click to expand it.
grid/uggrid/uggridindexsets.hh
+
2
−
2
View file @
b05c1ff8
...
...
@@ -68,7 +68,7 @@ namespace Dune {
}
/** \brief Deliver all geometry types used in this grid */
const
std
::
vector
<
GeometryType
>&
geom
t
ypes
()
const
const
std
::
vector
<
GeometryType
>&
geom
T
ypes
()
const
{
return
myTypes_
;
}
...
...
@@ -204,7 +204,7 @@ namespace Dune {
}
/** deliver all geometry types used in this grid */
const
std
::
vector
<
GeometryType
>&
geom
t
ypes
()
const
const
std
::
vector
<
GeometryType
>&
geom
T
ypes
()
const
{
return
myTypes_
;
}
...
...
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