|
Panzer Version of the Day
|
#include <string>#include <tuple>

Go to the source code of this file.
Namespaces | |
| namespace | Thyra |
| namespace | panzer |
| Computes | |
Functions | |
| std::tuple< int, int > | panzer::findParameterIndex (const std::string &p_name, const Thyra::ModelEvaluator< double > &me, const bool &throw_if_not_found=true) |
| Given a parameter name and a ModelEvaluator, returns the index and subindex of the parameter in the ModelEvaluator. | |
| std::tuple< int, int > | panzer::findResponseIndex (const std::string &g_name, const Thyra::ModelEvaluator< double > &me, const bool &throw_if_not_found=true) |
| Given a response name and a ModelEvaluator, returns the index and subindex of the response in the ModelEvaluator. | |