11 #ifndef PANZER_STK_SCATTER_CELL_AVG_VECTOR_DECL_HPP
12 #define PANZER_STK_SCATTER_CELL_AVG_VECTOR_DECL_HPP
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
27 namespace panzer_stk {
41 template<
typename EvalT,
typename Traits>
54 typename Traits::SetupData d,
59 typename Traits::EvalData d);
76 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::Point,panzer::Dim> >
scatterFields_;
panzer_stk::STK_Interface::VectorFieldType VariableField
stk::mesh::Field< double > VectorFieldType
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.
Teuchos::RCP< STK_Interface > mesh_
std::vector< VariableField * > stkFields_
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::Point, panzer::Dim > > scatterFields_
Teuchos::RCP< std::map< std::string, double > > varScaleFactors_
void evaluateFields(typename Traits::EvalData d)