|
dune-grid
2.3.1
|
#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 & | operator= (const 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 |
| template<> | |
| 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 |
| int Dune::Alberta::ElementInfo< dim >::boundaryId | ( | int | face | ) | const |
|
inline |
|
inline |
|
inline |
References Dune::VTK::vertex.
Referenced by Dune::AlbertaGrid< dim, dimworld >::getCoord(), and Dune::Alberta::CoordCache< dim >::LocalCaching::operator()().
|
inlinestatic |
|
inlinestatic |
|
inline |
Referenced by Dune::AlbertaGridIndexSet< dim, dimworld >::contains(), Dune::AlbertaGridEntity< codim, dim, Grid >::equals(), Dune::AlbertaGridEntity< 0, dim, Grid >::equals(), Dune::Alberta::ElementInfo< dim >::indexInFather(), Dune::AlbertaGridLevelProvider< dimension >::isNew(), Dune::Alberta::CoordCache< dim >::operator()(), Dune::AlbertaGridLevelProvider< dimension >::operator()(), Dune::Alberta::DofAccess< dim, dim >::operator()(), Dune::Alberta::CoordCache< dim >::LocalCaching::operator()(), Dune::Alberta::HierarchyDofNumbering< dimension >::operator()(), and Dune::AlbertaGridIndexSet< dim, dimworld >::update().
|
inline |
|
inline |
|
inline |
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::father().
|
inline |
|
inline |
|
inline |
References Dune::Alberta::FillFlags< dim >::coords.
|
inline |
|
inline |
Referenced by Dune::Alberta::MeshPointer< dim >::hierarchicTraverse().
|
inline |
References Dune::Alberta::ElementInfo< dim >::el().
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::geometryInFather().
|
inline |
|
inline |
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::isLeaf().
|
inline |
|
inline |
Referenced by Dune::Alberta::MeshPointer< dim >::leafTraverse().
|
inline |
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::level(), Dune::AlbertaGridLevelProvider< dim >::SetLocal::operator()(), Dune::AlbertaGridLevelProvider< dim >::CalcMaxLevel::operator()(), Dune::Alberta::ElementInfo< dim >::Seed::operator<(), and Dune::Alberta::ElementInfo< dim >::Seed::operator==().
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::mightVanish().
|
inline |
References Dune::Alberta::FillFlags< dim >::neighbor.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::Alberta::Twist< dim, subdim >::twist().
|
inline |
References Dune::Alberta::Twist< dim, subdim >::twist().
|
inline |
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::geometryInFather().
|
inline |
|
static |
|
static |
|
static |
|
static |
|
static |
1.8.7