Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dune::AlbertaGridEntity< codim, dim, Grid > Class Template Reference
#include <dune/grid/albertagrid/entity.hh>
Public Types | |
enum | |
know your own codimension | |
enum | |
Dimension of the grid. | |
enum | |
Know dimension of the entity. | |
typedef GridImp::ctype ctype | DUNE_DEPRECATED_MSG("Use Geometry::ctype instead!") |
define type used for coordinates in grid module | |
typedef GridImp::template Codim< cd >::EntityPointer | EntityPointer |
The corresponding entity seed (for storage of entities) | |
Public Member Functions | |
AlbertaGridEntity (const Grid &grid) | |
constructor | |
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 | |
ALBERTA EL_INFO * | getElInfo () const |
needed for the LevelIterator and LeafIterator | |
bool | equals (const This &other) const |
equality of entities | |
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 Member Functions | |
static const int | DUNE_DEPRECATED_MSG ("Use Geometry::coorddimension instead!") dimensionworld |
know your own dimension of world | |
Detailed Description
template<int codim, int dim, class Grid>
class Dune::AlbertaGridEntity< codim, dim, Grid >
class Dune::AlbertaGridEntity< codim, dim, Grid >
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.
The documentation for this class was generated from the following files:
- dune/grid/albertagrid/entity.hh
- dune/grid/albertagrid/entity.cc
