Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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.
 
- Public Member Functions inherited from Trilinos::Details::LinearSolverFactory< MV, OP, NormType >
virtual ~LinearSolverFactory ()
 
virtual Teuchos::RCP< LinearSolver< MV, OP, NormType > > getLinearSolver (const std::string &solverName)=0
 Get an instance of a solver from a particular package.
 

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

◆ getLinearSolver()

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: