indexidset.hh File Reference
Detailed Description
Provides base classes for index and id sets.
- Author:
- Peter Bastian
#include <iostream>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/helpertemplates.hh>
#include <dune/common/bartonnackmanifcheck.hh>
Go to the source code of this file.
|
Namespaces |
namespace | Dune |
Classes |
class | Dune::IndexSet< GridImp, IndexSetImp, IndexSetTypes > |
| Index Set Interface base class. More...
|
struct | Dune::IndexSet< GridImp, IndexSetImp, IndexSetTypes >::Codim< cd > |
| Define types needed to iterate over the entities in the index set. More...
|
struct | Dune::IndexSet< GridImp, IndexSetImp, IndexSetTypes >::Codim< cd >::Partition< pitype > |
| Define types needed to iterate over entities of a given partition type. More...
|
class | Dune::IndexSetDefaultImplementation< GridImp, IndexSetImp, IndexSetTypes > |
| Provide default implementation of method if IndexSet. More...
|
struct | Dune::IndexSetDefaultImplementation< GridImp, IndexSetImp, IndexSetTypes >::Codim< cd > |
| Define types needed to iterate over the entities in the index set. More...
|
struct | Dune::IndexSetDefaultImplementation< GridImp, IndexSetImp, IndexSetTypes >::Codim< cd >::Partition< pitype > |
| Define types needed to iterate over entities of a given partition type. More...
|
class | Dune::IdSet< GridImp, IdSetImp, IdTypeImp > |
| Id Set Interface. More...
|
class | Dune::IdSetDefaultImplementation< GridImp, IdSetImp, IdTypeImp > |
| Id Set DefaultImplementation. More...
|