Skip to content
Snippets Groups Projects
Commit af1847d2 authored by Oliver Sander's avatar Oliver Sander
Browse files

added a method to ask for the grid level

[[Imported from SVN: r1206]]
parent 1f664e68
Branches
Tags
No related merge requests found
......@@ -116,6 +116,9 @@ namespace Dune {
//! number of unknows for this function space
int size () const;
//! The grid level that this space belongs to
int level () const {return level_;}
//! return boundary type for given boundary id
//! uses the parameter class BoundaryIdentifierType
BoundaryType boundaryType ( int id ) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment