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