|
dune-grid 2.8.0
|
Default Implementations for EntityImp (Elements [cd=0]) More...
#include <dune/grid/common/entity.hh>

Public Types | |
| enum | { codimension =0 } |
| know your own codimension More... | |
| enum | { dimension =dim } |
| Dimension of the grid. More... | |
| enum | { mydimension =dim } |
| Know dimension of the entity. More... | |
| typedef GridImp::template Codim< 0 >::EntitySeed | EntitySeed |
| The corresponding entity seed (for storage of entities) | |
| enum | { codimension =cd } |
| know your own codimension More... | |
| enum | { dimension =dim } |
| Dimension of the grid. More... | |
| enum | { mydimension =dim-cd } |
| Know dimension of the entity. More... | |
Public Member Functions | |
| bool | isRegular () const |
| Returns true if element is of regular type in red/green type refinement. In bisection or hanging node refinement this is always true. | |
| unsigned int | subEntities (unsigned int codim) const |
| Number of subentities for a given codimension. | |
| GeometryType | type () const |
| Return the name of the reference element. The type can be used to access the Dune::ReferenceElement. | |
| bool | isNew () const |
| Returns true, if the entity has been created during the last call to adapt() | |
| bool | mightVanish () const |
| Returns true, if entity might disappear during the next call to adapt() | |
| bool | hasBoundaryIntersections () const |
| Returns true, if entity has intersections with boundary, this implementation uses the Level- and LeafIntersectionIterator to check for boundary intersections. | |
Detailed Description
class Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >
Default Implementations for EntityImp (Elements [cd=0])
EntityDefaultImplementation provides default implementations for Entity which uses the implemented interface which has to be done by the user.
<int cd, int dim, class GridImp, template<int,int,class> class EntityImp>
Member Typedef Documentation
◆ EntitySeed
| typedef GridImp::template Codim<0>::EntitySeed Dune::EntityDefaultImplementation< 0, dim, GridImp, EntityImp >::EntitySeed |
The corresponding entity seed (for storage of entities)
Member Enumeration Documentation
◆ anonymous enum
|
inherited |
◆ anonymous enum
|
inherited |
◆ anonymous enum
|
inherited |
◆ anonymous enum
| anonymous enum |
◆ anonymous enum
| anonymous enum |
◆ anonymous enum
| anonymous enum |
Member Function Documentation
◆ hasBoundaryIntersections()
|
inline |
Returns true, if entity has intersections with boundary, this implementation uses the Level- and LeafIntersectionIterator to check for boundary intersections.
◆ isNew()
|
inline |
Returns true, if the entity has been created during the last call to adapt()
◆ isRegular()
|
inline |
Returns true if element is of regular type in red/green type refinement. In bisection or hanging node refinement this is always true.
◆ mightVanish()
|
inline |
Returns true, if entity might disappear during the next call to adapt()
◆ subEntities()
|
inline |
Number of subentities for a given codimension.
- Parameters
-
codim codimension to obtain number of subentities for
- Note
- The codimension is specified with respect to the grid dimension.
- Unless the geometry type is None, this method is redundant and the same information can be obtained from the corresponding reference element.
◆ type()
|
inline |
Return the name of the reference element. The type can be used to access the Dune::ReferenceElement.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8