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"
18#include "Teuchos_ParameterList.hpp"
41template<
typename EvalT,
typename Traits>
45 public PHX::EvaluatorDerived<EvalT, Traits>
50 const Teuchos::ParameterList& p);
54 typename Traits::SetupData d,
59 typename Traits::EvalData d);
76 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::Point,panzer::Dim> >
scatterFields_;
77 Teuchos::RCP<STK_Interface>
mesh_;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
stk::mesh::Field< double > VectorFieldType
Teuchos::RCP< std::map< std::string, double > > varScaleFactors_
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::Point, panzer::Dim > > scatterFields_
Teuchos::RCP< STK_Interface > mesh_
typename EvalT::ScalarT ScalarT
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
void evaluateFields(typename Traits::EvalData d)
panzer_stk::STK_Interface::VectorFieldType VariableField
std::vector< VariableField * > stkFields_