Skip to content
Snippets Groups Projects
Commit 1c0b7d66 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

Changed IndexManager. Index Provider is now in indexstack.hh

[[Imported from SVN: r856]]
parent 7bc09867
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,11 @@ extern "C"
} // end extern "C"
#endif
#include <dune/grid/common/indexstack.hh>
// IndexManager defined in indexstack.hh
typedef Dune::IndexStack<int,10000> IndexManagerType;
// some extra functions for handling the Albert Mesh
#include "albertgrid/albertextra.hh"
......@@ -1281,8 +1286,8 @@ namespace Dune
//*********************************************************************
// organisation of the global index
//*********************************************************************
// the index Manager, to be replaced by Stack
ALBERT AlbertHelp::INDEX_MANAGER *indexManager_;
// provides the indices for the elements
IndexManagerType indexStack_[dim+1];
// the DOF_INT_VECs we need
ALBERT AlbertHelp::DOFVEC_STACK dofvecs_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment