Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
B::FactoryB< MV, OP, NormType > Class Template Reference

#include <PackageB.hpp>

Inheritance diagram for B::FactoryB< MV, OP, NormType >:
Inheritance graph
[legend]

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 ()
 

Detailed Description

template<class MV, class OP, class NormType>
class B::FactoryB< MV, OP, NormType >

Definition at line 62 of file PackageB.hpp.

Member Function Documentation

template<class MV , class OP , class NormType >
Teuchos::RCP<Trilinos::Details::LinearSolver<MV, OP, NormType> > B::FactoryB< MV, OP, NormType >::getLinearSolver ( const std::string &  solverName)
inlinevirtual

Get an instance of a solver from a particular package.

Parameters
solverName[in] The solver's name. Names are case sensitive.
Returns
A pointer to the LinearSolver, if the name was valid; else, a null pointer.

Implements Trilinos::Details::LinearSolverFactory< MV, OP, NormType >.

Definition at line 65 of file PackageB.hpp.


The documentation for this class was generated from the following file: