Skip to content
Snippets Groups Projects
Commit 7d637eed authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

method getSubIndex is public.

[[Imported from SVN: r3114]]
parent 842946ad
No related branches found
No related tags found
No related merge requests found
......@@ -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_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment