45 #ifndef PANZER_EVALUATOR_GATHER_SOLUTION_TPETRA_SG_DECL_HPP
46 #define PANZER_EVALUATOR_GATHER_SOLUTION_TPETRA_SG_DECL_HPP
65 template<
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
68 public PHX::EvaluatorDerived<panzer::Traits::SGResidual, TRAITS>,
75 globalIndexer_(indexer) {}
80 void postRegistrationSetup(
typename TRAITS::SetupData d,
83 void preEvaluate(
typename TRAITS::PreEvalData d);
85 void evaluateFields(
typename TRAITS::EvalData d);
113 template<
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
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);
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< const SGTpetraLinearObjContainer< double, LO, GO, NodeT > > sgTpetraContainer_
GatherSolution_Tpetra(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
GatherSolution_Tpetra(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
Teuchos::RCP< const SGTpetraLinearObjContainer< double, LO, GO, NodeT > > sgTpetraContainer_
bool useTimeDerivativeSolutionVector_
std::string globalDataKey_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Gathers solution values from the Newton solution vector into the nodal fields of the field manager...
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
bool useTimeDerivativeSolutionVector_
panzer::Traits::SGResidual::ScalarT ScalarT
std::string globalDataKey_
std::vector< int > fieldIds_
std::vector< int > fieldIds_
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
panzer::Traits::SGJacobian::ScalarT ScalarT
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Non-templated empty base class for template managers.