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

Adjust to changes in dune-solvers

parent b0e031fe
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ MySolver<dim, MatrixType, VectorType, GridType, BlockProblemType>::MySolver( ...@@ -22,7 +22,6 @@ MySolver<dim, MatrixType, VectorType, GridType, BlockProblemType>::MySolver(
transferOperators(refinements), transferOperators(refinements),
multigridStep(new SolverType(linearIterationStep, nonlinearSmoother)) { multigridStep(new SolverType(linearIterationStep, nonlinearSmoother)) {
// linear iteration step // linear iteration step
linearIterationStep.setNumberOfLevels(refinements + 1);
linearIterationStep.setMGType(parset.get<int>("linear.mu"), linearIterationStep.setMGType(parset.get<int>("linear.mu"),
parset.get<int>("linear.nu1"), parset.get<int>("linear.nu1"),
parset.get<int>("linear.nu2")); parset.get<int>("linear.nu2"));
......
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