|
const This & | dereference () const |
|
This & | dereference () |
|
unsigned int | subEntities (const unsigned int codim) const |
|
template<int codim> |
int | count () const |
|
template<int codim> |
Grid::template Codim< codim >::EntityPointer | subEntity (int i) const |
|
bool | hasBoundaryIntersections () const |
|
LeafIntersectionIterator | ibegin () const |
|
LeafIntersectionIterator | iend () const |
|
LeafIntersectionIterator | ileafbegin () const |
|
LevelIntersectionIterator | ilevelbegin () const |
|
LeafIntersectionIterator | ileafend () const |
|
LevelIntersectionIterator | ilevelend () const |
|
bool | isLeaf () const |
|
EntityPointer | father () const |
|
bool | hasFather () const |
|
LocalGeometry | geometryInFather () const |
|
HierarchicIterator | hbegin (int maxLevel) const |
|
HierarchicIterator | hend (int) const |
|
bool | isRegular () const |
|
bool | isNew () const |
|
bool | mightVanish () const |
|
bool | equals (const PolyhedralGridEntityBasic &other) const |
|
| PolyhedralGridEntityBasic () |
| construct a null entity
|
|
| PolyhedralGridEntityBasic (ExtraData data) |
| construct a null entity with data pointer
|
|
| PolyhedralGridEntityBasic (ExtraData data, const EntitySeed &seed) |
| construct an initialized entity
|
|
GeometryType | type () const |
| obtain the name of the corresponding reference element
|
|
int | level () const |
| obtain the level of this entity
|
|
PartitionType | partitionType () const |
| obtain the partition type of this entity
|
|
Geometry | geometry () const |
| obtain the geometry of this entity
|
|
EntitySeed | seed () const |
| return EntitySeed
|
|
ExtraData | data () const |
|
Index | index () const |
|
|
typedef Base::EntitySeed | EntitySeed |
|
typedef Traits::template Codim< codimension >::LocalGeometry | LocalGeometry |
| type of corresponding local geometry
|
|
typedef Traits::template Codim< codimension >::Entity | Entity |
| type of corresponding entity
|
|
typedef Traits::template Codim< codimension >::EntityPointer | EntityPointer |
| type of corresponding entity
|
|
typedef Traits::HierarchicIterator | HierarchicIterator |
| type of hierarchic iterator
|
|
typedef Traits::LeafIntersectionIterator | LeafIntersectionIterator |
| type of leaf intersection iterator
|
|
typedef Traits::LevelIntersectionIterator | LevelIntersectionIterator |
| type of level intersection iterator
|
|
template<int dim, class Grid>
class Dune::PolyhedralGridEntity< 0, dim, Grid >
construct a null entity