43 #ifndef PANZER_STK_SCATTER_CELL_AVG_VECTOR_DECL_HPP 
   44 #define PANZER_STK_SCATTER_CELL_AVG_VECTOR_DECL_HPP 
   46 #include "Phalanx_config.hpp" 
   47 #include "Phalanx_Evaluator_Macros.hpp" 
   48 #include "Phalanx_MDField.hpp" 
   59 namespace panzer_stk {
 
   73 template<
typename EvalT, 
typename Traits>
 
   77   public PHX::EvaluatorDerived<EvalT, Traits>
 
   86       typename Traits::SetupData d,
 
   91       typename Traits::EvalData d);
 
  102   std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::Point,panzer::Dim> > 
scatterFields_;
 
panzer_stk::STK_Interface::VectorFieldType VariableField
 
typename EvalT::ScalarT ScalarT
 
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
 
ScatterCellAvgVector(const Teuchos::ParameterList &p)
 
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers. 
 
stk::mesh::Field< double, stk::mesh::Cartesian > VectorFieldType
 
Teuchos::RCP< STK_Interface > mesh_
 
std::vector< VariableField * > stkFields_
 
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::Point, panzer::Dim > > scatterFields_
 
void evaluateFields(typename Traits::EvalData d)