| df8705c3 | 19-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow user provided KSP convergence test to be used by KSP called from SNESNEWTONTR
Previously SNESNEWTONTR was hardwired to call the default KSP convergence test and then its own special test, inst
Allow user provided KSP convergence test to be used by KSP called from SNESNEWTONTR
Previously SNESNEWTONTR was hardwired to call the default KSP convergence test and then its own special test, instead pass down whatever convergence test was set for the KSP and use that one followed by the special test
Change test case to specifically look for requested string only Prevents the need for alt files due to different convergence history with different precisions and compilers
Commit-type: bug-fix, feature, example, portability-fix, testing-fix Reported-by: Robert Nourgaliev <nourgaliev1@llnl.gov> Reported-by: nightly tests
show more ...
|