|
Panzer
Version of the Day
|
Go to the documentation of this file.
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"
60 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
66 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
69 public PHX::EvaluatorDerived<EvalT, TRAITS>,
102 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,GO> > >
indexers_;
GatherOrientation(const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > &indexers)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFieldOrientations_
Teuchos::RCP< std::vector< std::string > > indexerNames_
Non-templated empty base class for template managers.
void evaluateFields(typename TRAITS::EvalData d)
std::vector< int > subFieldIds_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
GatherOrientation(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > indexers_
Gathers orientations per field from the global indexer and stores them in the field manager.
std::vector< int > indexerIds_