Skip to content
Snippets Groups Projects
Commit a0edcdf7 authored by Markus Blatt's avatar Markus Blatt
Browse files

Makes KAMG work with refactored code of AMG.

parent 1ae54fa8
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ namespace Dune
*levelContext_->rhs = d;
*levelContext_->lhs = v;
amg_.presmooth(*levelContext_);
presmooth(*levelContext_, amg_.preSteps_);
bool processFineLevel =
amg_.moveToCoarseLevel(*levelContext_);
......@@ -81,7 +81,7 @@ namespace Dune
amg_.moveToFineLevel(*levelContext_, processFineLevel);
amg_.postsmooth(*levelContext_);
postsmooth(*levelContext_, amg_.postSteps_);
v=*levelContext_->update;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment