11 #ifndef PANZER_EVALUATOR_GATHER_ORIENTATION_DECL_HPP
12 #define PANZER_EVALUATOR_GATHER_ORIENTATION_DECL_HPP
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
33 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
69 std::vector<Teuchos::RCP<const GlobalIndexer>>
indexers_;
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
GatherOrientation(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< Teuchos::RCP< const GlobalIndexer > > indexers_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
GatherOrientation(const std::vector< Teuchos::RCP< const GlobalIndexer >> &indexers)
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFieldOrientations_
std::vector< int > indexerIds_
void evaluateFields(typename TRAITS::EvalData d)
Gathers orientations per field from the global indexer and stores them in the field manager...
std::vector< int > subFieldIds_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Non-templated empty base class for template managers.