Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT > Class Template Reference

#include <Panzer_ScatterResidual_Tpetra_decl.hpp>

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

Public Member Functions

 ScatterResidual_Tpetra (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
 
 ScatterResidual_Tpetra (const Teuchos::RCP< const panzer::GlobalIndexer > &indexer, const Teuchos::ParameterList &pl)
 
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
< CloneableEvaluator
clone (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::Jacobian::ScalarT 
ScalarT
 

Private Member Functions

 ScatterResidual_Tpetra ()
 

Private Attributes

Teuchos::RCP< PHX::FieldTag > scatterHolder_
 
std::vector< PHX::MDField
< const ScalarT, Cell, NODE > > 
scatterFields_
 
Teuchos::RCP< const
panzer::GlobalIndexer
globalIndexer_
 
std::vector< int > fieldIds_
 
Teuchos::RCP< const std::map
< std::string, std::string > > 
fieldMap_
 
std::string globalDataKey_
 
Teuchos::RCP< const
TpetraLinearObjContainer
< double, LO, GO, NodeT > > 
tpetraContainer_
 
Kokkos::View< int **, PHX::Device > scratch_lids_
 
std::vector< Kokkos::View< int
*, PHX::Device > > 
scratch_offsets_
 

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_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >

Definition at line 198 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

Member Typedef Documentation

template<typename TRAITS , typename LO , typename GO , typename NodeT >
typedef panzer::Traits::Jacobian::ScalarT panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::ScalarT
private

Definition at line 223 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

Constructor & Destructor Documentation

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::ScatterResidual_Tpetra ( const Teuchos::RCP< const panzer::GlobalIndexer > &  indexer)
inline

Definition at line 205 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::ScatterResidual_Tpetra ( const Teuchos::RCP< const panzer::GlobalIndexer > &  indexer,
const Teuchos::ParameterList pl 
)

Definition at line 279 of file Panzer_ScatterResidual_Tpetra_impl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::ScatterResidual_Tpetra ( )
private

Member Function Documentation

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

Definition at line 320 of file Panzer_ScatterResidual_Tpetra_impl.hpp.

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

Definition at line 348 of file Panzer_ScatterResidual_Tpetra_impl.hpp.

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

Definition at line 472 of file Panzer_ScatterResidual_Tpetra_impl.hpp.

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

Member Data Documentation

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

Definition at line 226 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

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

Definition at line 229 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<const panzer::GlobalIndexer> panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::globalIndexer_
private

Definition at line 233 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

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

Definition at line 234 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

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

Definition at line 240 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

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

Definition at line 242 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Teuchos::RCP<const TpetraLinearObjContainer<double,LO,GO,NodeT> > panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::tpetraContainer_
private

Definition at line 243 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
Kokkos::View<int**,PHX::Device> panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::scratch_lids_
private

Definition at line 247 of file Panzer_ScatterResidual_Tpetra_decl.hpp.

template<typename TRAITS , typename LO , typename GO , typename NodeT >
std::vector<Kokkos::View<int*,PHX::Device> > panzer::ScatterResidual_Tpetra< panzer::Traits::Jacobian, TRAITS, LO, GO, NodeT >::scratch_offsets_
private

Definition at line 248 of file Panzer_ScatterResidual_Tpetra_decl.hpp.


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