43 #ifndef __PANZER_STK_GatherFields_decl_HPP__
44 #define __PANZER_STK_GatherFields_decl_HPP__
46 #include "Phalanx_config.hpp"
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
50 #include "Teuchos_ParameterList.hpp"
69 template<
typename EvalT,
typename Traits>
72 public PHX::EvaluatorDerived<EvalT, Traits> {
75 GatherFields(
const Teuchos::RCP<const panzer_stk::STK_Interface> & mesh,
const Teuchos::ParameterList & p);
86 std::vector< PHX::MDField<ScalarT,panzer::Cell,panzer::NODE> >
gatherFields_;
89 Teuchos::RCP<const STK_Interface>
mesh_;