dune-fem
2.4.1-rc
|
extended interface for consecutive index sets More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/common/indexset.hh>
Public Types | |
typedef Traits::IndexType | IndexType |
index type More... | |
typedef Traits::Types | Types |
geometry type range type More... | |
Public Member Functions | |
Types | types (int codim) const |
return range of geometry types More... | |
const std::vector< GeometryType > & | geomTypes (int codim) const |
return vector of geometry types used of given codimension More... | |
template<class Entity > | |
bool | contains (const Entity &entity) const |
return true if entity has index More... | |
IndexType | size (GeometryType type) const |
return number of entities of given type More... | |
IndexType | size (int codim) const |
return number of entities of given codimension More... | |
template<class Entity > | |
IndexType | index (const Entity &entity) const |
return index for given entity More... | |
template<int codim> | |
IndexType | index (const typename Codim< codim >::Entity &entity) const |
return index for given entity More... | |
template<class Entity > | |
IndexType | subIndex (const Entity &entity, int i, unsigned int cd) const |
return index for given subentity More... | |
template<int codim> | |
IndexType | subIndex (const typename Codim< codim >::Entity &entity, int i, unsigned int cd) const |
return index for given subentity More... | |
Static Public Attributes | |
static const int | dimension = Traits::dimension |
grid dimension More... | |
Protected Member Functions | |
ConsecutiveIndexSet ()=default | |
Traits::IndexSetType & | impl () |
const Traits::IndexSetType & | impl () const |
Adaptation | |
static constexpr bool | consecutive () noexcept |
please doc me More... | |
void | resize () |
please doc me More... | |
bool | compress () |
please doc me More... | |
void | insertEntity (const typename BaseType::template Codim< 0 >::Entity &entity) |
please doc me More... | |
void | removeEntity (const typename BaseType::template Codim< 0 >::Entity &entity) |
please doc me More... | |
void | backup () const |
please doc me More... | |
void | restore () |
please doc me More... | |
template<class T > | |
void | write (OutStreamInterface< T > &stream) const |
please doc me More... | |
template<class T > | |
void | read (InStreamInterface< T > &stream) |
please doc me More... | |
extended interface for consecutive index sets
|
inherited |
index type
|
inherited |
geometry type range type
|
protecteddefault |
|
inline |
please doc me
|
inline |
please doc me
|
inlinestaticnoexcept |
please doc me
|
inlineinherited |
return true if entity has index
Referenced by Dune::Fem::ProlongFunction< LRP >::operator()(), and Dune::Fem::RestrictFunction< LRP >::operator()().
|
inlineinherited |
return vector of geometry types used of given codimension
|
inlineprotectedinherited |
|
inlineprotected |
|
inlineinherited |
return index for given entity
|
inlineinherited |
return index for given entity
|
inline |
please doc me
|
inline |
please doc me
|
inline |
please doc me
|
inline |
please doc me
|
inline |
please doc me
|
inlineinherited |
return number of entities of given type
|
inlineinherited |
return number of entities of given codimension
|
inlineinherited |
return index for given subentity
|
inlineinherited |
return index for given subentity
|
inlineinherited |
return range of geometry types
|
inline |
please doc me
|
staticinherited |
grid dimension