Skip to content

WIP: Belos: Fixes for GMRES in belos/tpetra/src/solvers

James Willenbring requested to merge iyamazaki:develop into develop

Created by: iyamazaki

@trilinos/belos

Description

Fixes a few bugs in the GMRES solvers in belos/tpetra/src/solvers

Motivation and Context

There were a bug in the preconditioned GMRES, and with nonzero initial guess, in belos/tpetra/src/solvers.

How Has This Been Tested?

Tested using the stand-alone tester (modified) in belos/tpetra/test/Native

Merge request reports