Forked from
Core Modules / dune-istl
1831 commits behind the upstream repository.
Markus Blatt
authored
Previously the current residual was not updated after the coarse grid correction. This patch fixes this by storing the only the prolongated coarse grid correction in context.lhs and updating the accumulated update. During postsmoothing the currently residual is updated according to context.lhs.