dune-grid 2.9.0
|
#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 |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |