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
7d637eed
Commit
7d637eed
authored
19 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
method getSubIndex is public.
[[Imported from SVN: r3114]]
parent
842946ad
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/alu3dgrid/entity.hh
+4
-4
4 additions, 4 deletions
grid/alu3dgrid/entity.hh
with
4 additions
and
4 deletions
grid/alu3dgrid/entity.hh
+
4
−
4
View file @
7d637eed
...
...
@@ -281,6 +281,10 @@ namespace Dune {
//! i.e. return global number of vertex i
template
<
int
cc
>
int
subIndex
(
int
i
)
const
DUNE_DEPRECATED
;
//! return index of sub entity with codim = cc and local number i
//! i.e. return global number of vertex i
template
<
int
cc
>
int
getSubIndex
(
int
i
)
const
;
//! Provide access to mesh entity i of given codimension. Entities
//! are numbered 0 ... count<cc>()-1
template
<
int
cc
>
...
...
@@ -361,10 +365,6 @@ namespace Dune {
//! index is unique within the grid hierachie and per codim
int
getIndex
()
const
;
//! return index of sub entity with codim = cc and local number i
//! i.e. return global number of vertex i
template
<
int
cc
>
int
getSubIndex
(
int
i
)
const
;
// corresponding grid
const
GridImp
&
grid_
;
...
...
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