43 #ifndef PANZER_EVALUATOR_GATHER_ORIENTATION_DECL_HPP
44 #define PANZER_EVALUATOR_GATHER_ORIENTATION_DECL_HPP
46 #include "Phalanx_config.hpp"
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
50 #include "Teuchos_ParameterList.hpp"
60 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
61 class UniqueGlobalIndexer;
66 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
69 public PHX::EvaluatorDerived<EvalT, TRAITS>,
78 const Teuchos::ParameterList& p);
84 const Teuchos::ParameterList& p);
91 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
102 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,GO> > >
indexers_;