|
dune-grid 2.10
|
#include <dune/grid/albertagrid/elementinfo.hh>

Classes | |
| struct | Instance |
| struct | Seed |
| class | Stack |
Public Types | |
| typedef Alberta::MacroElement< dimension > | MacroElement |
| typedef Alberta::MeshPointer< dimension > | MeshPointer |
| typedef Alberta::FillFlags< dimension > | FillFlags |
| typedef GeometryCacheProxy< dim > | GeometryCache |
Public Member Functions | |
| ElementInfo () | |
| ElementInfo (const MeshPointer &mesh, const MacroElement ¯oElement, typename FillFlags::Flags fillFlags=FillFlags::standard) | |
| ElementInfo (const MeshPointer &mesh, const Seed &seed, typename FillFlags::Flags fillFlags=FillFlags::standard) | |
| ElementInfo (const ElementInfo &other) | |
| ElementInfo (ElementInfo &&other) | |
| ~ElementInfo () | |
| ElementInfo & | operator= (const ElementInfo &other) |
| ElementInfo & | operator= (ElementInfo &&other) |
| operator bool () const | |
| bool | operator== (const ElementInfo &other) const |
| bool | operator!= (const ElementInfo &other) const |
| const MacroElement & | macroElement () const |
| ElementInfo | father () const |
| int | indexInFather () const |
| ElementInfo | child (int i) const |
| bool | isLeaf () const |
| Seed | seed () const |
| MeshPointer | mesh () const |
| bool | mightVanish () const |
| int | level () const |
| int | type () const |
| int | getMark () const |
| void | setMark (int refCount) const |
| bool | hasLeafNeighbor (const int face) const |
| ElementInfo | leafNeighbor (const int face) const |
| int | levelNeighbors (const int face, ElementInfo(&neighbor)[maxLevelNeighbors], int(&faceInNeighbor)[maxLevelNeighbors]) const |
| template<int codim> | |
| int | twist (int subEntity) const |
| int | twistInNeighbor (int face) const |
| bool | isBoundary (int face) const |
| int | boundaryId (int face) const |
| AffineTransformation * | transformation (int face) const |
| BasicNodeProjection * | boundaryProjection (int face) const |
| bool | hasCoordinates () const |
| const GlobalVector & | coordinate (int vertex) const |
| GeometryCache | geometryCache () const |
| template<class Functor > | |
| void | hierarchicTraverse (Functor &functor) const |
| template<class Functor > | |
| void | leafTraverse (Functor &functor) const |
| const Element * | element () const |
| const Element * | neighbor (int face) const |
| Element * | el () const |
| ALBERTA EL_INFO & | elInfo () const |
| int | type () const |
Static Public Member Functions | |
| static ElementInfo | createFake (const MeshPointer &mesh, const Element *element, int level, int type=0) |
| static ElementInfo | createFake (const ALBERTA EL_INFO &elInfo) |
Static Public Attributes | |
| static const int | dimension = dim |
| static const int | numVertices = NumSubEntities< dimension, dimension >::value |
| static const int | numFaces = NumSubEntities< dimension, 1 >::value |
| static const int | maxNeighbors = N_NEIGH_MAX |
| static const int | maxLevelNeighbors = Library< dimWorld >::maxLevelNeighbors |
| typedef Alberta::FillFlags< dimension > Dune::Alberta::ElementInfo< dim >::FillFlags |
| typedef GeometryCacheProxy< dim > Dune::Alberta::ElementInfo< dim >::GeometryCache |
| typedef Alberta::MacroElement< dimension > Dune::Alberta::ElementInfo< dim >::MacroElement |
| typedef Alberta::MeshPointer< dimension > Dune::Alberta::ElementInfo< dim >::MeshPointer |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |
|
static |
|
static |