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

#include <Panzer_GatherSolution_Epetra_decl.hpp>

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

Public Member Functions

 GatherSolution_Epetra (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
 
 GatherSolution_Epetra (const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &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 d)
 
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::CloneableEvaluator
 CloneableEvaluator ()
 
virtual ~CloneableEvaluator ()
 

Private Types

typedef panzer::Traits::Jacobian EvalT
 
typedef panzer::Traits::Jacobian::ScalarT ScalarT
 

Private Member Functions

 GatherSolution_Epetra ()
 

Private Attributes

Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
 
std::vector< int > fieldIds_
 
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
 
std::vector< std::string > indexerNames_
 
bool useTimeDerivativeSolutionVector_
 
bool disableSensitivities_
 
std::string sensitivitiesName_
 
bool applySensitivities_
 
std::string globalDataKey_
 
int gatherSeedIndex_
 
Teuchos::RCP< Epetra_Vectorx_
 

Additional Inherited Members

- Protected Attributes inherited from panzer::EvaluatorWithBaseImpl< TRAITS >
WorksetDetailsAccessor wda
 

Detailed Description

template<typename TRAITS, typename LO, typename GO>
class panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >

Definition at line 199 of file Panzer_GatherSolution_Epetra_decl.hpp.

Member Typedef Documentation

◆ EvalT

template<typename TRAITS , typename LO , typename GO >
typedef panzer::Traits::Jacobian panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::EvalT
private

Definition at line 223 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ ScalarT

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

Definition at line 224 of file Panzer_GatherSolution_Epetra_decl.hpp.

Constructor & Destructor Documentation

◆ GatherSolution_Epetra() [1/3]

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

Definition at line 205 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ GatherSolution_Epetra() [2/3]

template<typename TRAITS , typename LO , typename GO >
panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::GatherSolution_Epetra ( const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &  indexer,
const Teuchos::ParameterList p 
)

Definition at line 444 of file Panzer_GatherSolution_Epetra_impl.hpp.

◆ GatherSolution_Epetra() [3/3]

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

Member Function Documentation

◆ postRegistrationSetup()

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

Definition at line 493 of file Panzer_GatherSolution_Epetra_impl.hpp.

◆ preEvaluate()

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

Definition at line 523 of file Panzer_GatherSolution_Epetra_impl.hpp.

◆ evaluateFields()

template<typename TRAITS , typename LO , typename GO >
void panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::evaluateFields ( typename TRAITS::EvalData  d)

Definition at line 589 of file Panzer_GatherSolution_Epetra_impl.hpp.

◆ clone()

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

Implements panzer::CloneableEvaluator.

Definition at line 218 of file Panzer_GatherSolution_Epetra_decl.hpp.

Member Data Documentation

◆ globalIndexer_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<const panzer::UniqueGlobalIndexer<LO,GO> > panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::globalIndexer_
private

Definition at line 228 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ fieldIds_

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

Definition at line 229 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ gatherFields_

template<typename TRAITS , typename LO , typename GO >
std::vector< PHX::MDField<ScalarT,Cell,NODE> > panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::gatherFields_
private

Definition at line 231 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ indexerNames_

template<typename TRAITS , typename LO , typename GO >
std::vector<std::string> panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::indexerNames_
private

Definition at line 233 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ useTimeDerivativeSolutionVector_

template<typename TRAITS , typename LO , typename GO >
bool panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::useTimeDerivativeSolutionVector_
private

Definition at line 234 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ disableSensitivities_

template<typename TRAITS , typename LO , typename GO >
bool panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::disableSensitivities_
private

Definition at line 235 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ sensitivitiesName_

template<typename TRAITS , typename LO , typename GO >
std::string panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::sensitivitiesName_
private

Definition at line 236 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ applySensitivities_

template<typename TRAITS , typename LO , typename GO >
bool panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::applySensitivities_
private

Definition at line 237 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ globalDataKey_

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

Definition at line 239 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ gatherSeedIndex_

template<typename TRAITS , typename LO , typename GO >
int panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::gatherSeedIndex_
private

Definition at line 240 of file Panzer_GatherSolution_Epetra_decl.hpp.

◆ x_

template<typename TRAITS , typename LO , typename GO >
Teuchos::RCP<Epetra_Vector> panzer::GatherSolution_Epetra< panzer::Traits::Jacobian, TRAITS, LO, GO >::x_
private

Definition at line 244 of file Panzer_GatherSolution_Epetra_decl.hpp.


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