Skip to content
Snippets Groups Projects
Commit 76446f28 authored by Oliver Sander's avatar Oliver Sander
Browse files

document the classes nested in IndexSet

[[Imported from SVN: r3729]]
parent cc8fff45
Branches
Tags
No related merge requests found
......@@ -57,9 +57,13 @@ namespace Dune
template <int cd>
struct Codim
{
/** \brief Define types needed to iterate over entities of a given partition type */
template <PartitionIteratorType pitype>
struct Partition
{
/** \brief The iterator needed to iterate over the entities of a given codim and
partition type of this index set */
typedef typename IndexSetTypes::template Codim<cd>::template Partition<pitype>::Iterator Iterator;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment