Skip to content
Snippets Groups Projects
Commit 561d28c4 authored by Adrian Burri's avatar Adrian Burri
Browse files

Added type()

[[Imported from SVN: r2447]]
parent ff942cc0
Branches
Tags
No related merge requests found
......@@ -75,6 +75,8 @@ namespace Dune {
return 0;
}
int type() const { return myType; }
//! return old index, for dof manager only
int oldIndex (int elNum, int codim ) const
{
......@@ -246,6 +248,8 @@ namespace Dune {
{
return IndexWrapper<EntityType,EntityType::codimension,codim>::index(en,num);
}
int type() const { return myType; }
};
template <class GridType>
......@@ -306,6 +310,8 @@ namespace Dune {
{
return IndexWrapper<EntityType,EntityType::codimension,codim>::index(en,num);
}
int type() const { return myType; }
};
//*********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment