dune-mmesh (1.4)
cachingentity.hh
Go to the documentation of this file.
Geometry geometry() const
geometry of this entity
Definition: entity.hh:363
The implementation of caching entities in a MMesh interface grid.
Definition: cachingentity.hh:37
int level() const
Level of this element.
Definition: cachingentity.hh:132
bool equals(const MMeshInterfaceCachingEntity &other) const
returns true if host entities are equal
Definition: cachingentity.hh:90
const bool mightVanish() const
returns true if this entity will vanish after adaptation
Definition: cachingentity.hh:126
bool isLeaf() const
returns true if Entity has no children
Definition: cachingentity.hh:167
bool hasFather() const
returns true if father entity exists
Definition: cachingentity.hh:114
unsigned int subEntities(unsigned int cc) const
Return the number of subEntities of codimension cc.
Definition: cachingentity.hh:150
Geometry geometry() const
Geometry of this entity.
Definition: cachingentity.hh:144
const bool isNew() const
returns true if this entity is new after adaptation
Definition: cachingentity.hh:120
PartitionType partitionType() const
The partition type for parallel computing.
Definition: cachingentity.hh:139
bool operator<(const MMeshInterfaceCachingEntity &other) const
returns true if id of other is greater
Definition: cachingentity.hh:108
bool operator==(const MMeshInterfaceCachingEntity &other) const
returns true if host entities are equal
Definition: cachingentity.hh:96
bool operator==(const MMeshEntity &entity) const
returns true if caching entity has same id like mmesh entity
Definition: cachingentity.hh:102
Specialization for codim-0-entities.
Definition: entity.hh:373
Geometry geometry() const
Geometry of this entity.
Definition: entity.hh:616
The implementation of entities in a MMesh interface grid.
Definition: entity.hh:35
The multi id class.
Helpers for conversion from CGAL::Point_x to DUNE::FieldVector.
