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" 65 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
68 public PHX::EvaluatorDerived<EvalT, TRAITS>,
77 const Teuchos::ParameterList& p);
82 GatherOrientation(
const std::vector<Teuchos::RCP<const GlobalIndexer>> & indexers,
83 const Teuchos::ParameterList& p);
90 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const 101 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)
std::vector< Teuchos::RCP< const GlobalIndexer > > indexers_
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...
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< int > subFieldIds_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Non-templated empty base class for template managers.