11#ifndef __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__
12#define __Panzer_GatherSolution_BlockedTpetra_Hessian_hpp__
15#ifdef Panzer_BUILD_HESSIAN_SUPPORT
37template <
typename TRAITS,
typename S,
typename LO,
typename GO,
typename NodeT>
40 public PHX::EvaluatorDerived<panzer::Traits::Hessian, TRAITS>,
48 : gidIndexer_(indexer) {}
52 const Teuchos::ParameterList& ) {}
65 virtual Teuchos::RCP<CloneableEvaluator>
clone(
const Teuchos::ParameterList & pl)
const
99 std::vector< std::vector< PHX::MDField<ScalarT,Cell,NODE> > >
tangentFields_;
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)
No-op (unimplemented for this specialization).
void postRegistrationSetup(typename TRAITS::SetupData, PHX::FieldManager< TRAITS > &)
No-op (unimplemented for this specialization).
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType
GatherSolution_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager > &, const Teuchos::ParameterList &)
No-op constructor (unimplemented for this specialization).
bool useTimeDerivativeSolutionVector_
Tpetra::Import< LO, GO, NodeT > ImportType
std::string globalDataKey_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Creates a copy of this evaluator configured from a new ParameterList, sharing the same blocked DOF ma...
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)
Construct with a blocked DOF manager only; no-op beyond storing the indexer.
Tpetra::Export< LO, GO, NodeT > ExportType
void evaluateFields(typename TRAITS::EvalData)
No-op (unimplemented for this specialization).
Tpetra::CrsMatrix< S, LO, GO, NodeT > CrsMatrixType
Gathers solution values from the Newton solution vector into the nodal fields of the field manager.
Evaluation type for computing second derivatives, using HessianType as the scalar type....