42 #ifndef __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__ 
   43 #define __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__ 
   46 #ifdef Panzer_BUILD_HESSIAN_SUPPORT 
   56 template <
typename TRAITS,
typename S,
typename LO,
typename GO,
typename NodeT>
 
   59     public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
 
   66      : gidIndexer_(indexer) {}
 
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.