dune-fem 2.8.0
|
#include <dune/common/bartonnackmanifcheck.hh>
#include <dune/grid/common/datahandleif.hh>
#include <dune/grid/common/entity.hh>
#include <dune/grid/common/grid.hh>
#include <dune/fem/space/common/dofmanager.hh>
#include <dune/fem/gridpart/common/capabilities.hh>
#include <dune/fem/gridpart/common/policies.hh>
#include <dune/fem/quadrature/caching/twistutility.hh>
#include <dune/fem/misc/boundaryidprovider.hh>
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 > > |
struct | Dune::Fem::AddGridView< TraitsImp > |
Namespaces | |
namespace | Dune |
namespace | Dune::Fem |
Functions | |
template<class Entity > | |
const GridEntityAccess< Entity >::GridEntityType & | Dune::Fem::gridEntity (const Entity &entity) |