42#ifndef __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__
43#define __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__
46#ifdef Panzer_BUILD_HESSIAN_SUPPORT
56template <
typename TRAITS,
typename S,
typename LO,
typename GO,
typename NodeT>
59 public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
66 : gidIndexer_(indexer) {}
69 const Teuchos::ParameterList& ) {}
78 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
Non-templated empty base class for template managers.
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
panzer::Traits::Hessian::ScalarT ScalarT
GatherSolution_BlockedTpetra()
BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > ContainerType
std::vector< int > fieldIds_
Tpetra::Vector< S, LO, GO, NodeT > VectorType
Tpetra::Map< LO, GO, NodeT > MapType
void preEvaluate(typename TRAITS::PreEvalData)
void postRegistrationSetup(typename TRAITS::SetupData, PHX::FieldManager< TRAITS > &)
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType
GatherSolution_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager > &, const Teuchos::ParameterList &)
bool useTimeDerivativeSolutionVector_
Tpetra::Import< LO, GO, NodeT > ImportType
std::string globalDataKey_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< std::vector< PHX::MDField< ScalarT, Cell, NODE > > > tangentFields_
Teuchos::RCP< const BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > > blockedContainer_
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< const BlockedDOFManager > gidIndexer_
GatherSolution_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager > &indexer)
Tpetra::Export< LO, GO, NodeT > ExportType
void evaluateFields(typename TRAITS::EvalData)
Tpetra::CrsMatrix< S, LO, GO, NodeT > CrsMatrixType
Gathers solution values from the Newton solution vector into the nodal fields of the field manager.