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> 6 #endif // #if HAVE_DUNE_LOCALFUNCTIONS 14 #if HAVE_DUNE_LOCALFUNCTIONS 18 #else // #if HAVE_DUNE_LOCALFUNCTIONS 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_;
34 #endif // #else // #if HAVE_DUNE_LOCALFUNCTIONS 40 #endif // #ifndef DUNE_FEM_SPACE_DOFMAPPER_LOCALKEY_HH unsigned int codim() const
Definition: localkey.hh:27
Definition: coordinate.hh:4
unsigned int subEntity() const
Definition: localkey.hh:26
unsigned int index() const
Definition: localkey.hh:28
Definition: localkey.hh:20
LocalKey(unsigned int subEntity, unsigned int codim, unsigned int index)
Definition: localkey.hh:22