43 #ifndef PANZER_EVALUATOR_GATHER_TANGENT_EPETRA_DECL_HPP 44 #define PANZER_EVALUATOR_GATHER_TANGENT_EPETRA_DECL_HPP 46 #include "Phalanx_config.hpp" 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_MDField.hpp" 52 #include "PanzerDiscFE_config.hpp" 64 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
65 class UniqueGlobalIndexer;
78 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
81 public PHX::EvaluatorDerived<EvalT, TRAITS>,
std::string globalDataKey_
Teuchos::RCP< std::vector< std::string > > indexerNames_
GatherTangent_Epetra(const Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > &indexer)
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Teuchos::RCP< Epetra_Vector > dxdp_
std::vector< int > fieldIds_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Gathers tangent vectors dx/dp for computing df/dx*dx/dp + df/dp into the nodal fields of the field ma...
Teuchos::RCP< const panzer::UniqueGlobalIndexer< LO, GO > > globalIndexer_
void preEvaluate(typename TRAITS::PreEvalData d)
Non-templated empty base class for template managers.
void evaluateFields(typename TRAITS::EvalData d)
bool useTimeDerivativeSolutionVector_