43#ifndef __PANZER_STK_ScatterCellQuantity_decl_HPP__
44#define __PANZER_STK_ScatterCellQuantity_decl_HPP__
46#include "Phalanx_config.hpp"
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
50#include "Teuchos_ParameterList.hpp"
72template<
typename EvalT,
typename Traits>
76 public PHX::EvaluatorDerived<EvalT, Traits>
81 const Teuchos::ParameterList& p);
85 typename Traits::SetupData d,
90 typename Traits::EvalData d);
96 Teuchos::RCP<STK_Interface>
mesh_;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
ScatterCellQuantity(const Teuchos::ParameterList &p)
std::vector< PHX::MDField< const ScalarT, panzer::Cell > > scatterFields_
typename EvalT::ScalarT ScalarT
void evaluateFields(typename Traits::EvalData d)
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Teuchos::RCP< std::map< std::string, double > > varScaleFactors_
Teuchos::RCP< STK_Interface > mesh_