43 #ifndef PANZER_EVALUATOR_GATHER_TANGENT_BLOCKEDEPETRA_DECL_HPP 44 #define PANZER_EVALUATOR_GATHER_TANGENT_BLOCKEDEPETRA_DECL_HPP 46 #include "Phalanx_config.hpp" 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_MDField.hpp" 52 #include "PanzerDiscFE_config.hpp" 61 template <
typename>
class ProductVectorBase;
66 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
67 class UniqueGlobalIndexer;
80 template<
typename EvalT,
typename TRAITS,
typename LO,
typename GO>
83 public PHX::EvaluatorDerived<EvalT, TRAITS>,
110 std::vector<Teuchos::RCP<const UniqueGlobalIndexer<LO,int> > >
indexers_;
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
bool useTimeDerivativeSolutionVector_
GatherTangent_BlockedEpetra(const std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > &indexers)
Gathers tangent vectors dx/dp for computing df/dx*dx/dp + df/dp into the nodal fields of the field ma...
Teuchos::RCP< std::vector< std::string > > indexerNames_
PHX::MDField< ScalarT > vector
std::vector< int > indexerIds_
std::string globalDataKey_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
void preEvaluate(typename TRAITS::PreEvalData d)
Teuchos::RCP< Thyra::ProductVectorBase< double > > x_
GatherTangent_BlockedEpetra()
std::vector< int > subFieldIds_
void evaluateFields(typename TRAITS::EvalData d)
std::vector< Teuchos::RCP< const UniqueGlobalIndexer< LO, int > > > indexers_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Non-templated empty base class for template managers.
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const