Panzer Version of the Day
Loading...
Searching...
No Matches
Namespaces | Functions
Panzer_ModelEvaluator_Utilities.hpp File Reference
#include <string>
#include <tuple>
Include dependency graph for Panzer_ModelEvaluator_Utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Thyra
 
namespace  panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

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.