1#ifndef DUNE_FEM_SPACE_DOFMAPPER_LOCALKEY_HH
2#define DUNE_FEM_SPACE_DOFMAPPER_LOCALKEY_HH
4#if HAVE_DUNE_LOCALFUNCTIONS
5#include <dune/localfunctions/common/localkey.hh>
14#if HAVE_DUNE_LOCALFUNCTIONS
22 LocalKey (
unsigned int subEntity,
unsigned int codim,
unsigned int index )
23 : subEntity_( subEntity ), codim_( codim ), index_( index )
26 unsigned int subEntity ()
const {
return subEntity_; }
27 unsigned int codim ()
const {
return codim_; }
28 unsigned int index ()
const {
return index_; }
31 unsigned int subEntity_, codim_, index_;
Describe position of one degree of freedom.
Definition: localkey.hh:24
Dune namespace.
Definition: alignedallocator.hh:13