Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | List of all members
A::FactoryA< MV, OP, NormType > Class Template Reference

#include <PackageA.hpp>

Inheritance diagram for A::FactoryA< 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 ()
 

Detailed Description

template<class MV, class OP, class NormType>
class A::FactoryA< MV, OP, NormType >

Definition at line 63 of file PackageA.hpp.

Member Function Documentation

◆ getLinearSolver()

template<class MV , class OP , class NormType >
Teuchos::RCP< Trilinos::Details::LinearSolver< MV, OP, NormType > > A::FactoryA< 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 67 of file PackageA.hpp.


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