gridpart.hh File Reference
Detailed Description
Provides views of grid via grid parts, heavily used in the dune-fem module.
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/defaultindexsets.hh>
#include <dune/grid/common/datahandleif.hh>
#include <dune/common/bartonnackmanifcheck.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::GridPartInterface< GridPartTraits > |
Interface for the GridPart classes A GridPart class allows to access only a specific subset of a grid's entities. A GridPart implementation provides the corresponding index set and a begin/end iterator pair for accessing those entities, the corresponding intersection iterators and a appropriate communication method. GridParts are used to parametrize spaces (see DiscreteFunctionSpaceDefault [in dune-fem]). More... | |
class | Dune::GridPartDefault< GridPartTraits > |
Default implementation for the GridPart classes. More... | |
class | Dune::LevelGridPart< GridImp, pitype > |
Selects a specific level of a grid. More... | |
struct | Dune::LevelGridPart< GridImp, pitype >::Codim< cd > |
Struct defining the iterator types for codimension cd. More... | |
struct | Dune::LevelGridPartTraits< GridImp, pitype > |
Type definitions for the LevelGridPart class. More... | |
struct | Dune::LevelGridPartTraits< GridImp, pitype >::Codim< cd > |
Iterators over the entities of codimension cd of this grid part. More... | |
class | Dune::LeafGridPart< GridImp, pitype > |
Selects the leaf level of a grid. More... | |
struct | Dune::LeafGridPart< GridImp, pitype >::Codim< cd > |
Struct providing types of the leaf iterators on codimension cd. More... | |
struct | Dune::LeafGridPartTraits< GridImp, pitype > |
Type definitions for the LeafGridPart class. More... | |
struct | Dune::LeafGridPartTraits< GridImp, pitype >::Codim< cd > |
Iterators over the entities of codimension cd of this grid part. More... | |
class | Dune::HierarchicGridPart< GridImp, pitype > |
Selects the leaf level of a grid. More... | |
struct | Dune::HierarchicGridPart< GridImp, pitype >::Codim< cd > |
Struct providing types of the leaf iterators on codimension cd. More... | |
struct | Dune::HierarchicGridPartTraits< GridImp, pitype > |
Type definitions for the LeafGridPart class. More... |