45 #ifndef PANZER_EVALUATOR_GATHER_SOLUTION_EPETRA_SG_DECL_HPP
46 #define PANZER_EVALUATOR_GATHER_SOLUTION_EPETRA_SG_DECL_HPP
64 template<
typename TRAITS,
typename LO,
typename GO>
67 public PHX::EvaluatorDerived<panzer::Traits::SGResidual, TRAITS>,
74 globalIndexer_(indexer) {}
79 void postRegistrationSetup(
typename TRAITS::SetupData d,
82 void preEvaluate(
typename TRAITS::PreEvalData d);
84 void evaluateFields(
typename TRAITS::EvalData d);
113 template<
typename TRAITS,
typename LO,
typename GO>
116 public PHX::EvaluatorDerived<panzer::Traits::SGJacobian, TRAITS>,
121 globalIndexer_(indexer) {}
126 void postRegistrationSetup(
typename TRAITS::SetupData d,
129 void preEvaluate(
typename TRAITS::PreEvalData d);
131 void evaluateFields(
typename TRAITS::EvalData d);
Gathers solution values from the Newton solution vector into the nodal fields of the field manager...
bool useTimeDerivativeSolutionVector_
Teuchos::RCP< SGEpetraLinearObjContainer > sgEpetraContainer_
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< std::vector< std::string > > indexerNames_
panzer::Traits::SGResidual::ScalarT ScalarT
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
bool useTimeDerivativeSolutionVector_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< int > fieldIds_
std::vector< int > fieldIds_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
GatherSolution_Epetra(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
std::string globalDataKey_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
panzer::Traits::SGJacobian::ScalarT ScalarT
GatherSolution_Epetra(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
Teuchos::RCP< SGEpetraLinearObjContainer > sgEpetraContainer_
std::string globalDataKey_
Non-templated empty base class for template managers.