Skip to content
Snippets Groups Projects
Commit aa1257a3 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

hasObstacle is now stored componentwise

parent a9a170b2
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ solveLocalSystem(const Dune::BTDMatrix<typename MatrixType::block_type>& matrix, ...@@ -25,7 +25,7 @@ solveLocalSystem(const Dune::BTDMatrix<typename MatrixType::block_type>& matrix,
// ////////////////////////////////////// // //////////////////////////////////////
// stupid: // stupid:
Dune::BitSetVector<1> hasObstacle(rhs.size(), true); Dune::BitSetVector<BlockSize> hasObstacle(rhs.size(), true);
// The nodes to ignore are already written into the matrix/rhs // The nodes to ignore are already written into the matrix/rhs
Dune::BitSetVector<1> ignoreNodes(rhs.size(), false); Dune::BitSetVector<1> ignoreNodes(rhs.size(), false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment