#include <vector>
#include <rpc/rpc.h>
#include <dune/common/misc.hh>
#include <dune/common/interfaces.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/adaptcallback.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::DefaultEmptyIndexSet |
class | Dune::IndexSetWrapper< IndexSetImp > |
struct | Dune::IndexSetWrapper< IndexSetImp >::Codim< cd > |
The types of the iterator. More... | |
class | Dune::DefaultGridIndexSetBase< GridType > |
default base class for index set implementations for FR numerics More... | |
class | Dune::WrappedLevelIndexSet< GridType > |
Wraps LevelIndexSet for use with LagrangeFunctionSpace. More... | |
class | Dune::HierarchicIndexSetSelector< GridImp > |
compile time chooser for hierarchic or leaf index set More... | |
class | Dune::WrappedHierarchicIndexSet< GridType > |
Wraps HierarchicIndex Sets of AlbertaGrid and ALUGrid. More... | |
class | Dune::WrappedLeafIndexSet< GridType > |
Wraps LeafIndexSet of Dune Grids for use with LagrangeFunctionSpace. More... | |
struct | Dune::CheckLevelForCodim< DefaultLevelIndexSetType, codim > |
DefaultLevelIndexSet generates a level index set for a grid out of a grids hierarchic index set by storing for each entity in the grid a number in an array. More... | |
struct | Dune::DefaultLevelIteratorTypes< GridImp >::Codim< cd > |
The types. More... | |
class | Dune::DefaultLevelIndexSet< GridImp > |
DefaultLevelIndexSet creates a LevelIndexSet for a Grid by using its HierarchicIndexSet. More... | |
struct | Dune::DefaultLeafIteratorTypes< GridImp > |
LeafIterator tpyes for all codims and partition types. More... | |
struct | Dune::DefaultLeafIteratorTypes< GridImp >::Codim< cd > |
The types of the iterator. More... | |
class | Dune::DefaultLeafIndexSet< GridImp > |
Default LeafIndexSet. More... |