dune-grid 2.9.0
|
Provides base classes for index and id sets. More...
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/grid.hh>
#include <dune/common/bartonnackmanifcheck.hh>
Go to the source code of this file.
Classes | |
class | Dune::IndexSet< GridImp, IndexSetImp, IndexTypeImp, TypesImp > |
Index Set Interface base class. More... | |
struct | Dune::IndexSet< GridImp, IndexSetImp, IndexTypeImp, TypesImp >::Codim< cc > |
Export the type of the entity used as parameter in the index(...) method. More... | |
class | Dune::IndexSetDefaultImplementation< GridImp, IndexSetImp > |
Provide default implementation of method if IndexSet. More... | |
class | Dune::IdSet< GridImp, IdSetImp, IdTypeImp > |
Id Set Interface. More... | |
struct | Dune::IdSet< GridImp, IdSetImp, IdTypeImp >::Codim< cc > |
Export the type of the entity used as parameter in the id(...) method. More... | |
Namespaces | |
namespace | Dune |
Include standard header files. | |
Provides base classes for index and id sets.