43 #ifndef __PANZER_STK_GatherRefCoords_HPP__
44 #define __PANZER_STK_GatherRefCoords_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> {
77 const std::string & fieldName);
84 PHX::MDField<ScalarT,panzer::Cell,panzer::NODE,panzer::Dim>
coordField_;
86 Teuchos::RCP<const STK_Interface>
mesh_;