Panzer  Version of the Day
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT > Class Template Reference

#include <Panzer_ScatterResidual_BlockedTpetra_Hessian.hpp>

Inheritance diagram for panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >:
Inheritance graph
[legend]

Public Member Functions

 ScatterResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer)
 
 ScatterResidual_BlockedTpetra (const Teuchos::RCP< const BlockedDOFManager > &indexer, const Teuchos::ParameterList &p)
 
void postRegistrationSetup (typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
 
void preEvaluate (typename TRAITS::PreEvalData d)
 
void evaluateFields (typename TRAITS::EvalData workset)
 
virtual Teuchos::RCP< CloneableEvaluatorclone (const Teuchos::ParameterList &pl) const
 
- Public Member Functions inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
void setDetailsIndex (const int di)
 An evaluator builder sets the details index. More...
 
- Public Member Functions inherited from panzer::DomainEvaluator
 DomainEvaluator (DomainType domain=ALL)
 Constructor. More...
 
virtual ~DomainEvaluator ()=default
 Default destructor. More...
 
void setDomain (const DomainType domain)
 Set the domain for the evaluator. More...
 
DomainType getDomain ()
 Get the domain for the evaluator. More...
 
virtual int cellStartIndex (const panzer::Workset &workset) const
 Returns the starting cell for the specified domain for a given workset. More...
 
virtual int cellEndIndex (const panzer::Workset &workset) const
 Returns the non-inclusive end cell for the specified domain for a given workset. More...
 
- Public Member Functions inherited from panzer::CloneableEvaluator
 CloneableEvaluator ()
 
virtual ~CloneableEvaluator ()
 

Private Types

typedef panzer::Traits::Hessian::ScalarT ScalarT
 
typedef TRAITS::RealType RealType
 
typedef BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > ContainerType
 
typedef Tpetra::Vector< RealType, LO, GO, NodeT > VectorType
 
typedef Tpetra::CrsMatrix< RealType, LO, GO, NodeT > CrsMatrixType
 
typedef Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType
 
typedef Tpetra::Map< LO, GO, NodeT > MapType
 
typedef Tpetra::Import< LO, GO, NodeT > ImportType
 
typedef Tpetra::Export< LO, GO, NodeT > ExportType
 

Private Member Functions

 ScatterResidual_BlockedTpetra ()
 

Private Attributes

Teuchos::RCP< PHX::FieldTag > scatterHolder_
 
std::vector< PHX::MDField< const ScalarT, Cell, NODE > > scatterFields_
 
Teuchos::RCP< const BlockedDOFManagerglobalIndexer_
 
std::vector< int > fieldIds_
 
Teuchos::RCP< const std::map< std::string, std::string > > fieldMap_
 
std::string globalDataKey_
 
Teuchos::RCP< const BlockedTpetraLinearObjContainer< RealType, LO, GO, NodeT > > blockedContainer_
 

Additional Inherited Members

- Public Types inherited from panzer::DomainEvaluator
enum  DomainType : int {
  OWNED =0, GHOST =1, REAL =2, VIRTUAL =3,
  EXTERNAL =4, ALL =5
}
 Domain types supported by worksets. More...
 
- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

template<typename TRAITS, typename LO, typename GO, typename NodeT>
class panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >

Definition at line 58 of file Panzer_ScatterResidual_BlockedTpetra_Hessian.hpp.

Member Typedef Documentation

◆ ScalarT

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef panzer::Traits::Hessian::ScalarT panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ScalarT
private

◆ RealType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef TRAITS::RealType panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::RealType
private

◆ ContainerType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef BlockedTpetraLinearObjContainer<RealType,LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ContainerType
private

◆ VectorType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::Vector<RealType,LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::VectorType
private

◆ CrsMatrixType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::CrsMatrix<RealType,LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::CrsMatrixType
private

◆ CrsGraphType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::CrsGraph<LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::CrsGraphType
private

◆ MapType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::Map<LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::MapType
private

◆ ImportType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::Import<LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ImportType
private

◆ ExportType

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef Tpetra::Export<LO,GO,NodeT> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ExportType
private

Constructor & Destructor Documentation

◆ ScatterResidual_BlockedTpetra() [1/3]

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ScatterResidual_BlockedTpetra ( const Teuchos::RCP< const BlockedDOFManager > &  indexer)
inline

◆ ScatterResidual_BlockedTpetra() [2/3]

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ScatterResidual_BlockedTpetra ( const Teuchos::RCP< const BlockedDOFManager > &  indexer,
const Teuchos::ParameterList &  p 
)

◆ ScatterResidual_BlockedTpetra() [3/3]

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::ScatterResidual_BlockedTpetra ( )
private

Member Function Documentation

◆ postRegistrationSetup()

template<typename TRAITS , typename LO , typename GO , typename NodeT >
void panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::postRegistrationSetup ( typename TRAITS::SetupData  d,
PHX::FieldManager< TRAITS > &  vm 
)

◆ preEvaluate()

template<typename TRAITS , typename LO , typename GO , typename NodeT >
void panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::preEvaluate ( typename TRAITS::PreEvalData  d)

◆ evaluateFields()

template<typename TRAITS , typename LO , typename GO , typename NodeT >
void panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::evaluateFields ( typename TRAITS::EvalData  workset)

◆ clone()

template<typename TRAITS , typename LO , typename GO , typename NodeT >
virtual Teuchos::RCP<CloneableEvaluator> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::clone ( const Teuchos::ParameterList &  pl) const
inlinevirtual

Member Data Documentation

◆ scatterHolder_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<PHX::FieldTag> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::scatterHolder_
private

◆ scatterFields_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
std::vector< PHX::MDField<const ScalarT,Cell,NODE> > panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::scatterFields_
private

◆ globalIndexer_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<const BlockedDOFManager> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::globalIndexer_
private

◆ fieldIds_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
std::vector<int> panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::fieldIds_
private

◆ fieldMap_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<const std::map<std::string,std::string> > panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::fieldMap_
private

◆ globalDataKey_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
std::string panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::globalDataKey_
private

◆ blockedContainer_

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<const BlockedTpetraLinearObjContainer<RealType,LO,GO,NodeT> > panzer::ScatterResidual_BlockedTpetra< panzer::Traits::Hessian, TRAITS, LO, GO, NodeT >::blockedContainer_
private

The documentation for this class was generated from the following files: