Skip to content
Snippets Groups Projects
Commit 8d813458 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

The hasObstacle field of MMGStep is vector-valued now

[[Imported from SVN: r9834]]
parent 283c33e4
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ protected:
std::shared_ptr<Solver> innerSolver_;
/** \brief Contains 'true' everywhere -- the trust-region is bounded */
Dune::BitSetVector<1> hasObstacle_;
Dune::BitSetVector<blocksize> hasObstacle_;
/** \brief The Dirichlet nodes */
const Dune::BitSetVector<blocksize>* ignoreNodes_;
......
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