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

Use IPOpt again for solving the coarse grid problem

Gauss-Seidel is simply to slow, the Newton convergence suffers too much.

[[Imported from SVN: r9929]]
parent 8fa78749
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ setup(const GridType& grid,
// Create a multigrid solver
// ////////////////////////////////
#if 0//def HAVE_IPOPT
#ifdef HAVE_IPOPT
// First create an IPOpt base solver
QuadraticIPOptSolver<MatrixType, CorrectionType>* baseSolver = new QuadraticIPOptSolver<MatrixType,CorrectionType>;
baseSolver->verbosity_ = NumProc::QUIET;
......
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