43#ifndef PANZER_EVALUATOR_GATHER_TANGENT_TPETRA_DECL_HPP
44#define PANZER_EVALUATOR_GATHER_TANGENT_TPETRA_DECL_HPP
46#include "Phalanx_config.hpp"
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
49#include "Phalanx_KokkosViewOfViews.hpp"
51#include "Teuchos_ParameterList.hpp"
53#include "PanzerDiscFE_config.hpp"
78template<
typename EvalT,
typename TRAITS,
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...
bool useTimeDerivativeSolutionVector_
std::string globalDataKey_
const PHX::FieldTag & getFieldTag(int i) const
void preEvaluate(typename TRAITS::PreEvalData d)
Teuchos::RCP< std::vector< std::string > > indexerNames_
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
Teuchos::RCP< const TpetraLinearObjContainer< double, LO, GO, NodeT > > tpetraContainer_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
panzer::Traits::RealType ScalarT
void evaluateFields(typename TRAITS::EvalData d)
std::vector< int > fieldIds_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
PHX::ViewOfViews3< 1, PHX::View< ScalarT ** > > gatherFieldsVoV_
GatherTangent_Tpetra(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)