NOX
Development
|
Factory for creating BorderedSolver strategy objects. More...
#include <LOCA_BorderedSolver_Factory.H>
Public Member Functions | |
Factory (const Teuchos::RCP< LOCA::GlobalData > &global_data) | |
Constructor. | |
virtual | ~Factory () |
Destructor. | |
Teuchos::RCP < LOCA::BorderedSolver::AbstractStrategy > | create (const Teuchos::RCP< LOCA::Parameter::SublistParser > &topParams, const Teuchos::RCP< Teuchos::ParameterList > &solverParams) |
Create bordered system solver strategy. More... | |
const std::string & | strategyName (Teuchos::ParameterList &solverParams) const |
Return strategy name given by solverParams . | |
Protected Attributes | |
Teuchos::RCP< LOCA::GlobalData > | globalData |
Global data. | |
Factory for creating BorderedSolver strategy objects.
The parameters passed to the create() through the solverParams
argument method should specify the "Bordered Solver Method" as described below, as well as any additional parameters for the particular strategy.
There are also Epetra and LAPACK specific strategies that can be instantiated by the LOCA::Epetra::Factory and LOCA::LAPACK::Factory. See LOCA::BorderedSolver::LAPACKDirectSolve, LOCA::BorderedSolver::EpetraHouseholder and LOCA::BorderedSolver::Epetra::Augmented.
Teuchos::RCP< LOCA::BorderedSolver::AbstractStrategy > LOCA::BorderedSolver::Factory::create | ( | const Teuchos::RCP< LOCA::Parameter::SublistParser > & | topParams, |
const Teuchos::RCP< Teuchos::ParameterList > & | solverParams | ||
) |
Create bordered system solver strategy.
topParams | [in] Parsed top-level parameter list. |
solverParams | [in] Solver parameters as described above |
References Teuchos::ParameterList::get(), and Teuchos::rcp().