|
dune-grid
2.4.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 &&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 |
| 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 |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::Stack::allocate(), Dune::Alberta::ElementInfo< dim >::elInfo(), Dune::Alberta::ElementInfo< dim >::Instance::elInfo, Dune::Alberta::ElementInfo< dim >::isLeaf(), Dune::Alberta::ElementInfo< dim >::maxNeighbors, and Dune::Alberta::ElementInfo< dim >::Instance::parent().
Referenced by Dune::Alberta::ElementInfo< dim >::hierarchicTraverse(), Dune::Alberta::ElementInfo< dim >::leafTraverse(), and Dune::Alberta::ElementInfo< dim >::seed().
|
inline |
|
inlinestatic |
References Dune::Alberta::ElementInfo< dim >::Stack::allocate(), Dune::Alberta::ElementInfo< dim >::element(), Dune::Alberta::ElementInfo< dim >::Instance::elInfo, Dune::Alberta::ElementInfo< dim >::level(), Dune::Alberta::ElementInfo< dim >::mesh(), Dune::Alberta::FillFlags< dim >::nothing, Dune::Alberta::ElementInfo< dim >::Instance::parent(), Dune::Alberta::ElementInfo< dim >::Instance::refCount, and Dune::Alberta::ElementInfo< dim >::type().
Referenced by Dune::Alberta::Patch< dim >::elementInfo().
|
inlinestatic |
|
inline |
References Dune::Alberta::ElementInfo< dim >::elInfo().
Referenced by Dune::AlbertaGridIndexSet< dim, dimworld >::contains(), Dune::AlbertaGridEntity< codim, dim, Grid >::equals(), Dune::AlbertaGridEntity< 0, dim, Grid >::equals(), Dune::Alberta::ElementInfo< dim >::getMark(), Dune::Alberta::ElementInfo< dim >::isLeaf(), Dune::AlbertaGridLevelProvider< dimension >::isNew(), Dune::Alberta::ElementInfo< dim >::mightVanish(), 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()(), Dune::Alberta::ElementInfo< dim >::setMark(), and Dune::AlbertaGridIndexSet< dim, dimworld >::update().
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::Instance::elInfo.
Referenced by Dune::Alberta::ElementInfo< dim >::boundaryId(), Dune::Alberta::ElementInfo< dim >::boundaryProjection(), Dune::Alberta::ElementInfo< dim >::child(), Dune::Alberta::ElementInfo< dim >::coordinate(), Dune::Alberta::ElementInfo< dim >::createFake(), Dune::Alberta::ElementInfo< dim >::el(), Dune::Alberta::ElementInfo< dim >::element(), Dune::AlbertaGridEntity< 0, dim, Grid >::getElInfo(), Dune::Alberta::ElementInfo< dim >::hasCoordinates(), Dune::Alberta::ElementInfo< dim >::hasLeafNeighbor(), Dune::AlbertaLeafGridView< GridImp, pitype >::ibegin(), Dune::Alberta::ElementInfo< dim >::indexInFather(), Dune::Alberta::ElementInfo< dim >::isBoundary(), Dune::Alberta::ElementInfo< dim >::level(), Dune::Alberta::ElementInfo< dim >::macroElement(), Dune::Alberta::ElementInfo< dim >::mesh(), Dune::Alberta::ElementInfo< dim >::neighbor(), Dune::Alberta::ElementInfo< dim >::seed(), Dune::Alberta::ElementInfo< dim >::transformation(), and Dune::Alberta::ElementInfo< dim >::twistInNeighbor().
|
inline |
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::el().
|
inline |
References Dune::Alberta::FillFlags< dim >::coords, and Dune::Alberta::ElementInfo< dim >::elInfo().
Referenced by Dune::Alberta::ElementInfo< dim >::coordinate().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::el().
Referenced by Dune::Alberta::ElementInfo< dim >::child(), Dune::Alberta::ElementInfo< dim >::hierarchicTraverse(), Dune::AlbertaGridEntity< 0, dim, Grid >::isLeaf(), Dune::Alberta::ElementInfo< dim >::leafTraverse(), and Dune::Alberta::ElementInfo< dim >::setMark().
|
inline |
References Dune::Alberta::ElementInfo< dim >::neighbor().
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::elInfo().
Referenced by Dune::Alberta::ElementInfo< dim >::createFake(), Dune::AlbertaGridEntity< 0, dim, Grid >::level(), Dune::AlbertaGridLevelProvider< dim >::SetLocal::operator()(), Dune::AlbertaGridLevelProvider< dim >::CalcMaxLevel::operator()(), Dune::Alberta::ElementInfo< dim >::Seed::operator<(), Dune::Alberta::ElementInfo< dim >::Seed::operator==(), and Dune::Alberta::ElementInfo< dim >::seed().
|
inline |
References Dune::Alberta::ElementInfo< dim >::neighbor().
|
inline |
References Dune::Alberta::ElementInfo< dim >::elInfo().
Referenced by Dune::Alberta::ElementInfo< dim >::boundaryId(), Dune::Alberta::ElementInfo< dim >::boundaryProjection(), Dune::Alberta::ElementInfo< dim >::hasLeafNeighbor(), Dune::Alberta::ElementInfo< dim >::isBoundary(), Dune::Alberta::ElementInfo< dim >::seed(), and Dune::Alberta::ElementInfo< dim >::transformation().
|
inline |
References Dune::Alberta::ElementInfo< dim >::elInfo().
Referenced by Dune::Alberta::ElementInfo< dim >::createFake().
|
inline |
References Dune::Alberta::ElementInfo< dim >::el().
Referenced by Dune::AlbertaGridEntity< 0, dim, Grid >::mightVanish().
|
inline |
References Dune::Alberta::ElementInfo< dim >::elInfo(), and Dune::Alberta::FillFlags< dim >::neighbor.
Referenced by Dune::Alberta::ElementInfo< dim >::hasLeafNeighbor(), Dune::Alberta::ElementInfo< dim >::leafNeighbor(), Dune::Alberta::ElementInfo< dim >::levelNeighbors(), and Dune::Alberta::ElementInfo< dim >::twistInNeighbor().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Dune::Alberta::ElementInfo< dim >::child(), Dune::Alberta::ElementInfo< dim >::element(), Dune::Alberta::ElementInfo< dim >::elInfo(), Dune::Alberta::ElementInfo< dim >::father(), Dune::Alberta::ElementInfo< dim >::level(), Dune::Alberta::ElementInfo< dim >::macroElement(), and Dune::Alberta::ElementInfo< dim >::Instance::parent().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |
Referenced by Dune::Alberta::ElementInfo< dim >::child().
|
static |
|
static |
1.8.8