Epetra-based Model Evaluator for LOCA solves. More...
#include <Piro_Epetra_LOCASolver.hpp>
Public Member Functions | |
Teuchos::RCP< const LOCA::Stepper > | getLOCAStepper () const |
const getter for the LOCA stepper. Can be used to retrieve statistics. | |
Teuchos::RCP< LOCA::Stepper > | getLOCAStepperNonConst () |
Nonconst getter for the LOCA stepper. Can be used to adapt the stepper configuration while running. | |
Teuchos::RCP< const LOCA::GlobalData > | getGlobalData () const |
const getter for the LOCA::GlobalData object. | |
Teuchos::RCP< LOCA::GlobalData > | getGlobalDataNonConst () |
Nonconst getter for the LOCA::GlobalData object. | |
Constructors/initializers | |
LOCASolver (Teuchos::RCP< Teuchos::ParameterList > piroParams, Teuchos::RCP< EpetraExt::ModelEvaluator > model, Teuchos::RCP< NOX::Epetra::Observer > observer=Teuchos::null, Teuchos::RCP< LOCA::SaveEigenData::AbstractStrategy > saveEigData=Teuchos::null, Teuchos::RCP< LOCA::StatusTest::Abstract > locaStatusTest_=Teuchos::null) | |
Takes the number of elements in the discretization . | |
Overridden from EpetraExt::ModelEvaluator . | |
Teuchos::RCP< const Epetra_Map > | get_g_map (int j) const |
Teuchos::RCP< const Epetra_Vector > | get_p_init (int l) const |
Teuchos::RCP< const Epetra_Vector > | get_p_lower_bounds (int l) const |
Teuchos::RCP< const Epetra_Vector > | get_p_upper_bounds (int l) const |
EpetraExt::ModelEvaluator::InArgs | createInArgs () const |
EpetraExt::ModelEvaluator::OutArgs | createOutArgs () const |
void | evalModel (const InArgs &inArgs, const OutArgs &outArgs) const |
Epetra-based Model Evaluator for LOCA solves.
EpetraExt::ModelEvaluator::InArgs Piro::Epetra::LOCASolver::createInArgs | ( | ) | const |