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" 
   59 namespace panzer_stk {
 
   71 template<
typename EvalT, 
typename Traits>
 
   75   public PHX::EvaluatorDerived<EvalT, Traits>
 
   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_;
 
  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