Panzer
Version of the Day
|
#include <vector>
#include <string>
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_MDField.hpp"
Go to the source code of this file.
Classes | |
class | panzer::TensorToStdVector< EvalT, Traits > |
Transform at Tensor to a std::vector of PHX-vectors. More... | |
Namespaces | |
panzer | |
Computes . | |
Functions | |
template<typename EvalT , typename Traits > | |
Teuchos::RCP< PHX::Evaluator < Traits > > | panzer::tensorToStdVectorEvaluator (const std::string &tensorName, const std::string &vectorPrefix, const std::vector< std::string > &postfix, const Teuchos::RCP< const PHX::DataLayout > &tensorLayout, const Teuchos::RCP< const PHX::DataLayout > &vectorLayout) |
template<typename EvalT , typename Traits > | |
Teuchos::RCP< PHX::Evaluator < Traits > > | panzer::tensorToStdVectorEvaluator (const std::string &tensorName, const std::vector< std::string > &postfix, const Teuchos::RCP< const PHX::DataLayout > &tensorLayout, const Teuchos::RCP< const PHX::DataLayout > &vectorLayout) |