#include <Panzer_ReorderADValues_Evaluator_decl.hpp>
|
| 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 GlobalIndexer &indexerSrc, const GlobalIndexer &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 GlobalIndexer &indexerSrc, const GlobalIndexer &indexerDest) |
|
void | evaluateFields (typename TRAITS::EvalData workset) |
|
void | setDetailsIndex (const int di) |
| An evaluator builder sets the details index.
|
|
Public Member Functions inherited from panzer::DomainEvaluator |
| DomainEvaluator (DomainType domain=ALL) |
| Constructor.
|
|
virtual | ~DomainEvaluator ()=default |
| Default destructor.
|
|
void | setDomain (const DomainType domain) |
| Set the domain for the evaluator.
|
|
DomainType | getDomain () |
| Get the domain for the evaluator.
|
|
virtual int | cellStartIndex (const panzer::Workset &workset) const |
| Returns the starting cell for the specified domain for a given workset.
|
|
virtual int | cellEndIndex (const panzer::Workset &workset) const |
| Returns the non-inclusive end cell for the specified domain for a given workset.
|
|
|
typedef TRAITS::Jacobian::ScalarT | ScalarT |
|
template<typename TRAITS>
class panzer::ReorderADValues_Evaluator< typename TRAITS::Jacobian, TRAITS >
Definition at line 113 of file Panzer_ReorderADValues_Evaluator_decl.hpp.
◆ ScalarT
template<typename TRAITS >
◆ ReorderADValues_Evaluator() [1/4]
template<typename TRAITS >
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 GlobalIndexer & |
indexerSrc, |
|
|
const GlobalIndexer & |
indexerDest |
|
) |
| |
◆ ReorderADValues_Evaluator() [2/4]
template<typename TRAITS >
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 GlobalIndexer & |
indexerSrc, |
|
|
const GlobalIndexer & |
indexerDest |
|
) |
| |
◆ ReorderADValues_Evaluator() [3/4]
template<typename TRAITS >
◆ ReorderADValues_Evaluator() [4/4]
template<typename TRAITS >
◆ evaluateFields()
template<typename TRAITS >
◆ buildSrcToDestMap() [1/2]
template<typename TRAITS >
◆ buildSrcToDestMap() [2/2]
template<typename TRAITS >
◆ inFields_
template<typename TRAITS >
◆ outFields_
template<typename TRAITS >
◆ dstFromSrcMap_
template<typename TRAITS >
The documentation for this class was generated from the following file: