|
dune-grid 2.8.0
|
Loading...
Searching...
No Matches
Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp > Class Template Reference
Default Implementations for EntityImp. More...
#include <dune/grid/common/entity.hh>
Inheritance diagram for Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >:

Public Types | |
| 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... | |
| typedef GridImp::template Codim< cd >::EntitySeed | EntitySeed |
| The corresponding entity seed (for storage of entities) | |
Public Member Functions | |
| 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. | |
Detailed Description
template<int cd, int dim, class GridImp, template< int, int, class > class EntityImp>
class Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >
class Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >
Default Implementations for EntityImp.
EntityDefaultImplementation provides default implementations for Entity which uses the implemented interface which has to be done by the user.
- Note
- this is the general version, but there is a specialization for cd=0
Member Typedef Documentation
◆ EntitySeed
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
| typedef GridImp::template Codim<cd>::EntitySeed Dune::EntityDefaultImplementation< cd, dim, GridImp, EntityImp >::EntitySeed |
The corresponding entity seed (for storage of entities)
Member Enumeration Documentation
◆ anonymous enum
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
| anonymous enum |
◆ anonymous enum
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
| anonymous enum |
◆ anonymous enum
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
| anonymous enum |
Member Function Documentation
◆ subEntities()
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
|
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()
template<int cd, int dim, class GridImp , template< int, int, class > class EntityImp>
|
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