|
dune-grid 2.9.1
|
Loading...
Searching...
No Matches
Dune::AlbertaGridEntity< codim, dim, Grid > Class Template Reference
#include <dune/grid/albertagrid/entity.hh>
Inheritance diagram for Dune::AlbertaGridEntity< codim, dim, Grid >:

Classes | |
| struct | Codim |
Public Types | |
| typedef Grid::template Codim< codim >::Entity | Entity |
| typedef Grid::template Codim< codim >::EntitySeed | EntitySeed |
| typedef Grid::template Codim< codim >::Geometry | Geometry |
| typedef Alberta::ElementInfo< dimension > | ElementInfo |
Public Member Functions | |
| AlbertaGridEntity (const Grid &grid) | |
| constructor | |
| AlbertaGridEntity () | |
| AlbertaGridEntity (const Grid &grid, const ElementInfo &elementInfo, int subEntity) | |
| contructor | |
| int | level () const |
| level of this element | |
| PartitionType | partitionType () const |
| return partition type of this entity | |
| Geometry | geometry () const |
| geometry of this entity | |
| GeometryType | type () const |
| type of geometry of this entity | |
| EntitySeed | seed () const |
| obtain entity seed | |
| unsigned int | subEntities (unsigned int cd) const |
| Obtain the number of subentities of a given codimension. | |
| ALBERTA EL_INFO * | getElInfo () const |
| needed for the LevelIterator and LeafIterator | |
| const ElementInfo & | elementInfo () const |
| bool | equals (const This &other) const |
| equality of entities | |
| void | clearElement () |
| void | setElement (const ElementInfo &elementInfo, int subEntity) |
| void | setEntity (const This &other) |
| const Grid & | grid () const |
| obtain a reference to the grid | |
| int | subEntity () const |
| obtain number of the subentity within the element (in ALBERTA numbering) | |
| int | twist () const |
| obtain twist | |
Static Public Attributes | |
| static const int | dimension = dim |
| static const int | codimension = codim |
| static const int | mydimension = dimension - codimension |
Detailed Description
A grid is a container of grid entities. An entity is parametrized by the codimension. An entity of codimension c in dimension d is a d-c dimensional object.
Member Typedef Documentation
◆ ElementInfo
| typedef Alberta::ElementInfo< dimension > Dune::AlbertaGridEntity< codim, dim, Grid >::ElementInfo |
◆ Entity
◆ EntitySeed
| typedef Grid::template Codim<codim>::EntitySeed Dune::AlbertaGridEntity< codim, dim, Grid >::EntitySeed |
◆ Geometry
Constructor & Destructor Documentation
◆ AlbertaGridEntity() [1/3]
constructor
◆ AlbertaGridEntity() [2/3]
|
inline |
◆ AlbertaGridEntity() [3/3]
|
inline |
contructor
Member Function Documentation
◆ clearElement()
|
inline |
◆ elementInfo()
|
inline |
◆ equals()
equality of entities
◆ geometry()
|
inline |
geometry of this entity
◆ getElInfo()
needed for the LevelIterator and LeafIterator
◆ grid()
obtain a reference to the grid
◆ level()
|
inline |
level of this element
◆ partitionType()
|
inline |
return partition type of this entity
◆ seed()
|
inline |
obtain entity seed
◆ setElement()
|
inline |
◆ setEntity()
◆ subEntities()
|
inline |
Obtain the number of subentities of a given codimension.
That number is ((mydimension+1) over (dim-cd+1))
- Parameters
-
cd codimension
- Returns
- the number of subentities of the given codimension
◆ subEntity()
template<int codim, int dim, class Grid >
|
inline |
obtain number of the subentity within the element (in ALBERTA numbering)
◆ twist()
|
inline |
obtain twist
◆ type()
|
inline |
type of geometry of this entity
Member Data Documentation
◆ codimension
◆ dimension
◆ mydimension
|
static |
The documentation for this class was generated from the following files:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8