11 #ifndef PANZER_EVALUATOR_GATHER_TANGENT_TPETRA_DECL_HPP
12 #define PANZER_EVALUATOR_GATHER_TANGENT_TPETRA_DECL_HPP
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
17 #include "Phalanx_KokkosViewOfViews.hpp"
21 #include "PanzerDiscFE_config.hpp"
46 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO,
typename NodeT=panzer::TpetraNodeType>
Teuchos::RCP< std::vector< std::string > > indexerNames_
void preEvaluate(typename TRAITS::PreEvalData d)
void evaluateFields(typename TRAITS::EvalData d)
Teuchos::RCP< const TpetraLinearObjContainer< double, LO, GO, NodeT > > tpetraContainer_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
const PHX::FieldTag & getFieldTag(int i) const
Gathers tangent vectors dx/dp for computing df/dx*dx/dp + df/dp into the nodal fields of the field ma...
std::vector< int > fieldIds_
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
panzer::Traits::RealType ScalarT
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
PHX::ViewOfViews< 1, PHX::View< ScalarT ** > > gatherFieldsVoV_
bool useTimeDerivativeSolutionVector_
std::string globalDataKey_
GatherTangent_Tpetra(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
#define TEUCHOS_ASSERT(assertion_test)
Non-templated empty base class for template managers.