43 #ifndef __PANZER_STK_ScatterVectorFields_decl_HPP__ 44 #define __PANZER_STK_ScatterVectorFields_decl_HPP__ 46 #include "Phalanx_config.hpp" 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_MDField.hpp" 50 #include "Teuchos_ParameterList.hpp" 71 template<
typename EvalT,
typename Traits>
75 public PHX::EvaluatorDerived<EvalT, Traits>
80 const Teuchos::ParameterList& p);
84 typename Traits::EvalData d);
92 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim> >
scatterFields_;
93 PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim>
pointField_;
94 Teuchos::RCP<STK_Interface>
mesh_;
102 const Teuchos::RCP<STK_Interface> mesh,
103 const Teuchos::RCP<const panzer::PointRule> & pointRule,
104 const std::vector<std::string> & names,
105 const std::vector<double> & scaling = std::vector<double>());
panzer_stk::STK_Interface::SolutionFieldType VariableField
stk::mesh::Field< double > SolutionFieldType
std::vector< double > scaling_
std::vector< std::string > names_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > > scatterFields_
Teuchos::RCP< STK_Interface > mesh_
ScatterVectorFields(const Teuchos::ParameterList &p)
PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > pointField_
void evaluateFields(typename Traits::EvalData d)
typename EvalT::ScalarT ScalarT