dune-fem
2.4.1-rc
|
interface documentation for (grid part) index sets More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/common/indexset.hh>
Classes | |
struct | Codim |
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 | |
IndexSet ()=default | |
const Traits::IndexSetType & | impl () const |
interface documentation for (grid part) index sets
typedef Traits::IndexType Dune::Fem::IndexSet< Traits >::IndexType |
index type
typedef Traits::Types Dune::Fem::IndexSet< Traits >::Types |
geometry type range type
|
protecteddefault |
|
inline |
return true if entity has index
Referenced by Dune::Fem::ProlongFunction< LRP >::operator()(), and Dune::Fem::RestrictFunction< LRP >::operator()().
|
inline |
return vector of geometry types used of given codimension
|
inlineprotected |
|
inline |
return index for given entity
|
inline |
return index for given entity
|
inline |
return number of entities of given type
|
inline |
return number of entities of given codimension
|
inline |
return index for given subentity
|
inline |
return index for given subentity
|
inline |
return range of geometry types
|
static |
grid dimension