BEM++  2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Private Attributes | List of all members
Dune::BemppStructuredGridFactory< GridType >::MultiIndex Class Reference

dim-dimensional multi-index. The range for each component can be set individually More...

Inheritance diagram for Dune::BemppStructuredGridFactory< GridType >::MultiIndex:

Public Member Functions

 MultiIndex (const array< int, dim > &limits)
 Constructor with a given range for each digit.
 
MultiIndexoperator++ ()
 Increment the MultiIndex.
 
int cycle () const
 Compute how many times you can call operator++ before getting to (0,...,0) again.
 

Private Attributes

array< int, dim > limits_
 

Detailed Description

template<class GridType>
class Dune::BemppStructuredGridFactory< GridType >::MultiIndex

dim-dimensional multi-index. The range for each component can be set individually


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