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

Bugfix: Tell the solver which problem to solve

parent 3d75e5f6
No related branches found
No related tags found
No related merge requests found
......@@ -78,8 +78,8 @@ void solveObstacleProblemByQuadraticIPOptSolver(const GridType& grid, const Matr
}
#endif
// create solver
Solver solver;
Solver solver(mat,x,rhs, NumProc::REDUCED);
solver.ignoreNodes_ = &ignore;
// solve problem
solver.solve();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment