|
TriKota Development
|
Adapter class that transates from a Trilinos interface toa Dakota interface. An object of this class IS a Dakota::DirectApplicInterface and wraps an EpetraExt::ModelEvaluator. It can then be passed in as the argument to the TriKota::Driver::run method. More...
#include <TriKota_DirectApplicInterface.hpp>


Public Member Functions | |
| DirectApplicInterface (Dakota::ProblemDescDB &problem_db_, const Teuchos::RCP< EpetraExt::ModelEvaluator > App_, int p_index=0, int g_index=0) | |
| Constructor that takes the Model Evaluator to wrap. | |
Adapter class that transates from a Trilinos interface toa Dakota interface. An object of this class IS a Dakota::DirectApplicInterface and wraps an EpetraExt::ModelEvaluator. It can then be passed in as the argument to the TriKota::Driver::run method.
| TriKota::DirectApplicInterface::DirectApplicInterface | ( | Dakota::ProblemDescDB & | problem_db_, |
| const Teuchos::RCP< EpetraExt::ModelEvaluator > | App_, | ||
| int | p_index = 0, | ||
| int | g_index = 0 ) |
Constructor that takes the Model Evaluator to wrap.
References DirectApplicInterface().
Referenced by DirectApplicInterface().