|
Panzer Version of the Day
|
#include <vector>#include <string>#include "Phalanx_Evaluator_Macros.hpp"#include "Phalanx_MDField.hpp"#include "Panzer_Evaluator_Macros.hpp"
Go to the source code of this file.
Classes | |
| class | panzer::VectorToScalar< EvalT, Traits > |
Namespaces | |
| namespace | panzer |
Computes ![]() | |
Functions | |
| template<typename EvalT, typename Traits> | |
| Teuchos::RCP< PHX::Evaluator< Traits > > | panzer::vectorToScalarEvaluator (const std::string &vectorName, const std::string &scalarPrefix, const std::vector< std::string > &postfix, const Teuchos::RCP< const PHX::DataLayout > &vectorLayout, const Teuchos::RCP< const PHX::DataLayout > &scalarLayout) |
| template<typename EvalT, typename Traits> | |
| Teuchos::RCP< PHX::Evaluator< Traits > > | panzer::vectorToScalarEvaluator (const std::string &vectorName, const std::vector< std::string > &postfix, const Teuchos::RCP< const PHX::DataLayout > &vectorLayout, const Teuchos::RCP< const PHX::DataLayout > &scalarLayout) |