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