dune-grid
2.1.1
|
Go to the source code of this file.
Classes | |
class | Dune::GeneralVertexOrder< dim, Index_ > |
Class providing information on the ordering of vertices. More... | |
class | Dune::GeneralVertexOrder< dim, Index_ >::iterator |
Iterate over the vertex indices of some sub-entity. More... | |
class | Dune::VertexOrderByIdFactory< IdSet, Index > |
Factory for GeneralVertexOrder objects using an IdSet. More... | |
struct | Dune::VertexOrderByIdFactory< IdSet, Index >::VertexOrder< dim > |
type of vertex order object may depend on the dimension of the element More... | |
Namespaces | |
namespace | Dune |
Functions | |
template<class InIterator , class OutIterator > | |
void | Dune::reduceOrder (const InIterator &inBegin, const InIterator &inEnd, OutIterator outIt) |
algorithm to reduce vertex order information |