Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <PackageA.hpp>
Public Member Functions | |
Teuchos::RCP < Trilinos::Details::LinearSolver < MV, OP, NormType > > | getLinearSolver (const std::string &solverName) |
Get an instance of a solver from a particular package. More... | |
Public Member Functions inherited from Trilinos::Details::LinearSolverFactory< MV, OP, NormType > | |
virtual | ~LinearSolverFactory () |
Definition at line 63 of file PackageA.hpp.
|
inlinevirtual |
Get an instance of a solver from a particular package.
solverName | [in] The solver's name. Names are case sensitive. |
Implements Trilinos::Details::LinearSolverFactory< MV, OP, NormType >.
Definition at line 67 of file PackageA.hpp.