dune-fem 2.12-git
Loading...
Searching...
No Matches
gridpart.hh File Reference

Go to the source code of this file.

Classes

class  Dune::Fem::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...
 
struct  Dune::Fem::GridPartInterface< GridPartTraits >::Codim< codim >
 
struct  Dune::Fem::GridPartInterface< GridPartTraits >::Codim< codim >::Partition< pitype >
 
class  Dune::Fem::GridPartDefault< GridPartTraits >
 Default implementation for the GridPart classes. More...
 
struct  Dune::Fem::GridEntityAccess< Dune::Entity< codim, dim, Grid, EntityImpl > >
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

template<class Entity >
const GridEntityAccess< Entity >::GridEntityType & Dune::Fem::gridEntity (const Entity &entity)