43#ifndef PANZER_EVALUATOR_GATHER_TANGENT_BLOCKEDTPETRA_DECL_HPP
44#define PANZER_EVALUATOR_GATHER_TANGENT_BLOCKEDTPETRA_DECL_HPP
46#include "Phalanx_config.hpp"
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
50#include "Teuchos_ParameterList.hpp"
52#include "PanzerDiscFE_config.hpp"
61template <
typename ScalarT,
typename LocalOrdinalT,
typename GlobalOrdinalT,
typename NodeT>
62class BlockedTpetraLinearObjContainer;
65class BlockedDOFManager;
78template <
typename EvalT,
typename TRAITS,
typename S,
typename LO,
typename GO,
typename NodeT=panzer::TpetraNodeType>
81 public PHX::EvaluatorDerived<EvalT, TRAITS>,
89 const Teuchos::ParameterList& p);
98 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.
Gathers tangent vectors dx/dp for computing df/dx*dx/dp + df/dp into the nodal fields of the field ma...
Tpetra::CrsMatrix< S, LO, GO, NodeT > CrsMatrixType
void preEvaluate(typename TRAITS::PreEvalData d)
std::vector< int > fieldIds_
Tpetra::Export< LO, GO, NodeT > ExportType
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
GatherTangent_BlockedTpetra()
bool useTimeDerivativeSolutionVector_
void evaluateFields(typename TRAITS::EvalData d)
std::string globalDataKey_
Tpetra::Import< LO, GO, NodeT > ImportType
Teuchos::RCP< std::vector< std::string > > indexerNames_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
GatherTangent_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager > &indexer)
Teuchos::RCP< const BlockedDOFManager > gidIndexer_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Teuchos::RCP< const BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > > blockedContainer_
Tpetra::Vector< S, LO, GO, NodeT > VectorType
BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > ContainerType
Tpetra::Map< LO, GO, NodeT > MapType
Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType