|
dune-grid
2.3.1
|
#include <dune/grid/albertagrid/refinement.hh>
Public Types | |
| typedef Alberta::ElementInfo < dimension > | ElementInfo |
| typedef ALBERTA RC_LIST_EL | ElementList |
Public Member Functions | |
| Patch (ElementList *list, int count) | |
| Element * | operator[] (int i) const |
| int | count () const |
| template<class LevelProvider > | |
| ElementInfo | elementInfo (int i, const LevelProvider &levelProvider) const |
| int | elementType (int i) const |
| bool | hasNeighbor (int i, int neighbor) const |
| int | neighborIndex (int i, int neighbor) const |
| template<class Functor > | |
| void | forEach (Functor &functor) const |
| template<int codim, class Functor > | |
| void | forEachInteriorSubChild (Functor &functor) const |
| template<class LevelProvider > | |
| Patch< dim >::ElementInfo | elementInfo (int i, const LevelProvider &levelProvider) const |
| template<> | |
| Patch< 2 >::ElementInfo | elementInfo (int i, const LevelProvider &levelProvider) const |
Static Public Attributes | |
| static const int | dimension = dim |
| typedef Alberta::ElementInfo< dimension > Dune::Alberta::Patch< dim >::ElementInfo |
| typedef ALBERTA RC_LIST_EL Dune::Alberta::Patch< dim >::ElementList |
|
inline |
|
inline |
Referenced by Dune::Alberta::ForEachInteriorSubChild< dim, 0 >::apply(), Dune::Alberta::ForEachInteriorSubChild< 2, 1 >::apply(), Dune::Alberta::ForEachInteriorSubChild< 3, 1 >::apply(), Dune::Alberta::ForEachInteriorSubChild< 3, 2 >::apply(), Dune::Alberta::Patch< dim >::forEach(), and Dune::AlbertaGridLevelProvider< dim >::Interpolation::interpolateVector().
| ElementInfo Dune::Alberta::Patch< dim >::elementInfo | ( | int | i, |
| const LevelProvider & | levelProvider | ||
| ) | const |
|
inline |
References Dune::Alberta::ElementInfo< dim >::createFake().
|
inline |
References Dune::Alberta::ElementInfo< dim >::createFake().
|
inline |
Referenced by Dune::Alberta::ForEachInteriorSubChild< 3, 1 >::apply().
|
inline |
References Dune::Alberta::Patch< dim >::count().
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
1.8.7