Skip to content
Snippets Groups Projects
Commit ba6a07c2 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Whitespace

parent 08f9649d
No related branches found
No related tags found
No related merge requests found
......@@ -230,10 +230,8 @@ int main() {
{
typedef MyConvexProblem<OperatorType, VectorType, Dune::LinearFunction>
MyConvexProblemType;
MyConvexProblemType myConvexProblem(stiffnessMatrix, myGlobalNonlinearity,
f, u1);
typedef MyBlockProblem<MyConvexProblemType> MyBlockProblemType;
MyBlockProblemType myBlockProblem(myConvexProblem);
......@@ -243,8 +241,7 @@ int main() {
LoopSolver<VectorType> solver(&nonlinearGSStep, solver_maxIterations,
solver_tolerance, &energyNorm,
// Solver::QUIET);
Solver::FULL);
Solver::FULL); // Solver::QUIET);
solver.solve();
}
......@@ -257,9 +254,7 @@ int main() {
LoopSolver<VectorType> solver(&blockGSStep, solver_maxIterations,
solver_tolerance, &energyNorm,
// Solver::QUIET);
Solver::FULL);
Solver::FULL); // Solver::QUIET);
solver.solve();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment