|
|
| DefaultLeafGridView (Grid const &grid) |
| |
|
Grid const & | grid () const |
| | obtain a const reference to the underlying hierarchic grid
|
| |
|
IndexSet const & | indexSet () const |
| | Obtain the index set.
|
| |
|
int | size (int codim) const |
| | Obtain number of entities in a given codimension.
|
| |
|
int | size (Dune::GeometryType const &type) const |
| | Obtain number of entities with a given geometry type.
|
| |
|
template<int cd, Dune::PartitionIteratorType pit = Dune::All_Partition> |
| Codim< cd >::template Partition< pit >::Iterator | begin () const |
| | Obtain begin iterator for this view.
|
| |
|
template<int cd, Dune::PartitionIteratorType pit = Dune::All_Partition> |
| Codim< cd >::template Partition< pit >::Iterator | end () const |
| | Obtain end iterator for this view.
|
| |
|
IntersectionIterator | ibegin (typename Codim< 0 >::Entity const &entity) const |
| | Obtain begin intersection iterator with respect to this view.
|
| |
|
IntersectionIterator | iend (typename Codim< 0 >::Entity const &entity) const |
| | Obtain end intersection iterator with respect to this view.
|
| |
|
bool | isConforming () const |
| | Return true if current state of grid view represents a conforming grid.
|
| |
|
Communication const & | comm () const |
| | Obtain collective communication object.
|
| |
|
int | overlapSize (int codim) const |
| | Return size of the overlap region for a given codim on the grid view.
|
| |
|
int | ghostSize (int codim) const |
| | Return size of the ghost region for a given codim on the grid view.
|
| |
|
template<class DataHandleImp , class DataType > |
| void | communicate (Dune::CommDataHandleIF< DataHandleImp, DataType > &data, Dune::InterfaceType iftype, Dune::CommunicationDirection dir) const |
| | Communicate data on this view.
|
| |