dune-common  2.2.0
Classes | Namespaces | Variables
finitestack.hh File Reference

Stack class of fixed maximum size (deprecated) More...

Go to the source code of this file.

Classes

class  Dune::FiniteStack< T, n >
 A stack with static memory allocation. More...

Namespaces

namespace  Dune
 

Dune namespace.


Variables

Dune::FiniteStack Dune::nextRow

Detailed Description

Stack class of fixed maximum size (deprecated)

This file implements a stack classes FiniteStack. It is mainly used by the grid iterators where exact knowledge of the stack implementation is needed to guarantee efficient execution.