#include <vector>
#include <stack>
#include <dune/common/static_assert.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/reservedvector.hh>
#include <dune/common/std/constexpr.hh>
#include <dune/typetree/visitor.hh>
#include <dune/pdelab/ordering/utility.hh>
Go to the source code of this file.
const EntityIndex& _entity_index |
Referenced by Dune::PDELab::MultiIndex< T, n >::View::back(), Dune::PDELab::MultiIndex< T, n >::View::back_popped(), Dune::PDELab::MultiIndex< T, n >::View::clear(), Dune::PDELab::MultiIndex< T, n >::View::empty(), Dune::PDELab::MultiIndex< T, n >::View::operator[](), Dune::PDELab::MultiIndex< T, n >::View::resize(), Dune::PDELab::GridFunctionSpaceBase< GridFunctionSpace, PowerCompositeGridFunctionSpaceTraits< GV, B, O, k > >::size(), and Dune::PDELab::MultiIndex< T, n >::View::size().
std::stack< std::pair< CIIterator, DIIterator >, ReservedVector< std::pair< CIIterator, DIIterator >, tree_depth > > _stack |