Skip to content

Implement a unit test for the linear solvers. At the moment, only CG and QMR are tested.

Nicolas Tancogne-Dejean requested to merge testing_linear_solvers into develop

Description

Implement a unit test for the linear solvers. At the moment, only CG and QMR are tested. The interface of the CG solvers is changed, as the present version did not make much sense.

News snippet

Implement a unit test for the linear solvers. At the moment, only CG and QMR are tested.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.
Edited by Nicolas Tancogne-Dejean

Merge request reports