Panzer
Version of the Day
|
#include <vector>
#include <string>
#include "Phalanx_Evaluator_Macros.hpp"
#include "Phalanx_Field.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Functions | |
template<typename EvalT , typename Traits > | |
PHX_EVALUATOR_CLASS_END 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) |
Variables | |
PHX::MDField< ScalarT, Cell, Point, Dim, Dim > | panzer::tensor_field |
Transform at Tensor to a std::vector of PHX-vectors. More... | |
std::vector< PHX::MDField< ScalarT, Cell, Point, Dim > > | panzer::vector_fields |
Vector (to be filled) More... | |