Panzer
Version of the Day
|
Gathers orientations per field from the global indexer and stores them in the field manager. More...
#include <Panzer_GatherOrientation_decl.hpp>
Public Member Functions | |
GatherOrientation (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer) | |
GatherOrientation (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer, const Teuchos::ParameterList &p) | |
GatherOrientation (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > &indexers) | |
GatherOrientation (const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > &indexers, const Teuchos::ParameterList &p) | |
void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm) |
void | evaluateFields (typename TRAITS::EvalData d) |
virtual Teuchos::RCP< CloneableEvaluator > | clone (const Teuchos::ParameterList &pl) const |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. More... | |
![]() | |
CloneableEvaluator () | |
virtual | ~CloneableEvaluator () |
Private Types | |
typedef EvalT::ScalarT | ScalarT |
Private Member Functions | |
GatherOrientation () | |
Private Attributes | |
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > | globalIndexer_ |
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > | indexers_ |
std::vector< int > | indexerIds_ |
std::vector< int > | subFieldIds_ |
std::vector< PHX::MDField< ScalarT, Cell, NODE > > | gatherFieldOrientations_ |
Teuchos::RCP< std::vector< std::string > > | indexerNames_ |
Additional Inherited Members | |
![]() | |
WorksetDetailsAccessor | wda |
Gathers orientations per field from the global indexer and stores them in the field manager.
Definition at line 67 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 96 of file Panzer_GatherOrientation_decl.hpp.
|
inline |
Definition at line 74 of file Panzer_GatherOrientation_decl.hpp.
panzer::GatherOrientation< EvalT, TRAITS, LO, GO >::GatherOrientation | ( | const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > & | indexer, |
const Teuchos::ParameterList & | p | ||
) |
Definition at line 57 of file Panzer_GatherOrientation_impl.hpp.
|
inline |
Definition at line 80 of file Panzer_GatherOrientation_decl.hpp.
panzer::GatherOrientation< EvalT, TRAITS, LO, GO >::GatherOrientation | ( | const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, GO > > > & | indexers, |
const Teuchos::ParameterList & | p | ||
) |
Definition at line 88 of file Panzer_GatherOrientation_impl.hpp.
|
private |
void panzer::GatherOrientation< EvalT, TRAITS, LO, GO >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm | ||
) |
Definition at line 117 of file Panzer_GatherOrientation_impl.hpp.
void panzer::GatherOrientation< EvalT, TRAITS, LO, GO >::evaluateFields | ( | typename TRAITS::EvalData | d | ) |
Definition at line 142 of file Panzer_GatherOrientation_impl.hpp.
|
inlinevirtual |
Implements panzer::CloneableEvaluator.
Definition at line 91 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 100 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 102 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 104 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 105 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 107 of file Panzer_GatherOrientation_decl.hpp.
|
private |
Definition at line 109 of file Panzer_GatherOrientation_decl.hpp.