Bugfix: Save CG-matrix and reuse AMG in CG-subspace in AMG-DG backends
This patch enables to skip the triple matrix product to compute the CG-matrix and to reuse the AMG for the CG-subspace on demand for both the sequential and the overlapping backend.
It fixes a bug in the overlapping case when used together with StationaryLinearProblemSolver
with the matrix reuse turned on.
The default is the old behaviour.