Go to the documentation of this file.
3 #ifndef DUNE_PDELAB_COMMON_SIMPLEDOFINDEX_HH
4 #define DUNE_PDELAB_COMMON_SIMPLEDOFINDEX_HH
6 #include <dune/common/fvector.hh>
7 #include <dune/common/hash.hh>
15 :
public FieldVector<F,1>
40 :
public FieldVector<F,1>
74 #endif // DUNE_PDELAB_COMMON_SIMPLEDOFINDEX_HH
SimpleContainerIndex()
Definition: simpledofindex.hh:43
SimpleDOFIndex(const F &v)
Definition: simpledofindex.hh:21
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
Definition: simpledofindex.hh:39
F & back()
Definition: simpledofindex.hh:25
const F & back() const
Definition: simpledofindex.hh:55
F & back()
Definition: simpledofindex.hh:50
SimpleContainerIndex(const F &v)
Definition: simpledofindex.hh:46
SimpleDOFIndex()
Definition: simpledofindex.hh:18
Definition: simpledofindex.hh:14
const F & back() const
Definition: simpledofindex.hh:30
std::size_t hash_value(const DOFIndex< T, n1, n2 > &di)
Definition: dofindex.hh:334