Panzer
Version of the Day
|
#include <Panzer_ReorderADValues_Evaluator_decl.hpp>
Public Member Functions | |
ReorderADValues_Evaluator (const std::string &outPrefix, const std::vector< std::string > &inFieldNames, const std::vector< Teuchos::RCP< PHX::DataLayout > > &fieldLayouts, const std::string &elementBlock, const UniqueGlobalIndexerBase &indexerSrc, const UniqueGlobalIndexerBase &indexerDest) | |
ReorderADValues_Evaluator (const std::string &outPrefix, const std::vector< std::string > &inFieldNames, const std::vector< std::string > &inDOFs, const std::vector< std::string > &outDOFs, const std::vector< Teuchos::RCP< PHX::DataLayout > > &fieldLayouts, const std::string &elementBlock, const UniqueGlobalIndexerBase &indexerSrc, const UniqueGlobalIndexerBase &indexerDest) | |
void | postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm) |
void | evaluateFields (typename TRAITS::EvalData workset) |
![]() | |
void | setDetailsIndex (const int di) |
An evaluator builder sets the details index. More... | |
Private Types | |
typedef TRAITS::Jacobian::ScalarT | ScalarT |
Private Member Functions | |
void | buildSrcToDestMap (const std::string &elementBlock, const UniqueGlobalIndexerBase &indexerSrc, const UniqueGlobalIndexerBase &indexerDest) |
void | buildSrcToDestMap (const std::string &elementBlock, const std::map< int, int > &fieldNumberMaps, const UniqueGlobalIndexerBase &indexerSrc, const UniqueGlobalIndexerBase &indexerDest) |
ReorderADValues_Evaluator () | |
ReorderADValues_Evaluator (const ReorderADValues_Evaluator &) | |
Private Attributes | |
std::vector< PHX::MDField< const ScalarT > > | inFields_ |
std::vector< PHX::MDField< ScalarT > > | outFields_ |
std::vector< int > | dstFromSrcMap_ |
Additional Inherited Members | |
![]() | |
WorksetDetailsAccessor | wda |
Definition at line 115 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
|
private |
Definition at line 143 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
panzer::ReorderADValues_Evaluator< typename TRAITS::Jacobian, TRAITS >::ReorderADValues_Evaluator | ( | const std::string & | outPrefix, |
const std::vector< std::string > & | inFieldNames, | ||
const std::vector< Teuchos::RCP< PHX::DataLayout > > & | fieldLayouts, | ||
const std::string & | elementBlock, | ||
const UniqueGlobalIndexerBase & | indexerSrc, | ||
const UniqueGlobalIndexerBase & | indexerDest | ||
) |
Definition at line 140 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
panzer::ReorderADValues_Evaluator< typename TRAITS::Jacobian, TRAITS >::ReorderADValues_Evaluator | ( | const std::string & | outPrefix, |
const std::vector< std::string > & | inFieldNames, | ||
const std::vector< std::string > & | inDOFs, | ||
const std::vector< std::string > & | outDOFs, | ||
const std::vector< Teuchos::RCP< PHX::DataLayout > > & | fieldLayouts, | ||
const std::string & | elementBlock, | ||
const UniqueGlobalIndexerBase & | indexerSrc, | ||
const UniqueGlobalIndexerBase & | indexerDest | ||
) |
Definition at line 170 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
|
inlineprivate |
Definition at line 168 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
|
inlineprivate |
Definition at line 169 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
void panzer::ReorderADValues_Evaluator< typename TRAITS::Jacobian, TRAITS >::postRegistrationSetup | ( | typename TRAITS::SetupData | d, |
PHX::FieldManager< TRAITS > & | vm | ||
) |
Definition at line 214 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
void panzer::ReorderADValues_Evaluator< typename TRAITS::Jacobian, TRAITS >::evaluateFields | ( | typename TRAITS::EvalData | workset | ) |
Definition at line 228 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
|
private |
Definition at line 335 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
|
private |
Definition at line 365 of file Panzer_ReorderADValues_Evaluator_impl.hpp.
|
private |
Definition at line 157 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
|
private |
Definition at line 160 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
|
private |
Definition at line 166 of file Panzer_ReorderADValues_Evaluator_decl.hpp.