[Trilinos-Users] [EXTERNAL] Belos parameter reference?

Bartlett, Roscoe A rabartl at sandia.gov
Fri Jan 15 14:02:32 MST 2021


Hello Ben,

This may not be up-to-date (because I think they turned off the auto-job that keeps this up-to-date) but expand the "Valid Parameters" => "Linear Solver Types" => "Belos" list at:

   https://docs.trilinos.org/dev/packages/stratimikos/doc/html/index.html

To get the 100% current values for these, uou can also generate this locally in your build by dumping the ParameterList object as an XML file returned from Stratimikos::DefaultLinearSolverBuilder::getValidParameters():

   https://docs.trilinos.org/dev/packages/stratimikos/doc/html/classStratimikos_1_1DefaultLinearSolverBuilder.html#aa3b5392930037531ef6f118b3f42eede

on your constructed Stratimikos::DefaultLinearSolverBuilder object.  (And use a tool that makes it easy to expand, contract, and search through an XML file).

Cheers,

-Ross


Dr. Roscoe A. Bartlett, PhD
https://bartlettroscoe.github.io/
Sandia National Laboratories

From: Trilinos-Users <trilinos-users-bounces at trilinos.org> On Behalf Of Ben Cowan
Sent: Friday, January 15, 2021 2:43 PM
To: trilinos-users at trilinos.org
Subject: [EXTERNAL] [Trilinos-Users] Belos parameter reference?

Hello,

Is there a reference guide somewhere that describes what parameters can be set in Teuchos::ParameterLists for Belos solvers, and what those parameters do?

Thanks,
Ben

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trilinos.org/pipermail/trilinos-users_trilinos.org/attachments/20210115/e18b9efe/attachment.html>


More information about the Trilinos-Users mailing list