dune-grid  2.3.1-rc1
Public Types | List of all members
Dune::GridView< ViewTraits >::Codim< cd >::Partition< pit > Struct Template Reference

Define types needed to iterate over entities of a given partition type. More...

#include <dune/grid/common/gridview.hh>

Public Types

typedef Traits::template Codim
< cd >::template Partition
< pit >::Iterator 
Iterator
 iterator over a given codim and partition type More...
 

Detailed Description

template<class ViewTraits>
template<int cd>
template<PartitionIteratorType pit>
struct Dune::GridView< ViewTraits >::Codim< cd >::Partition< pit >

Define types needed to iterate over entities of a given partition type.

Member Typedef Documentation

template<class ViewTraits>
template<int cd>
template<PartitionIteratorType pit>
typedef Traits :: template Codim< cd >:: template Partition< pit >:: Iterator Dune::GridView< ViewTraits >::Codim< cd >::Partition< pit >::Iterator

iterator over a given codim and partition type


The documentation for this struct was generated from the following file: