Skip to content

Add missing constructor to RestartedFCGSolver

Simon Praetorius requested to merge issue/fcg_solver_constructor into master

Summary

Add missing constructor (with operator, precon, and parameter-tree) to RestartedFCGSolver

Details

The constructor with operator, precon, and parameter-tree, but without scalar-product was just missing and is added by this MR for consistency with all the other iterative solvers.

Merge request reports