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. |
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.