|
Panzer
Version of the Day
|
Go to the documentation of this file.
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"
52 #include "PanzerDiscFE_config.hpp"
61 template <
typename ScalarT,
typename LocalOrdinalT,
typename GlobalOrdinalT,
typename NodeT>
62 class BlockedTpetraLinearObjContainer;
64 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
65 class UniqueGlobalIndexer;
67 template <
typename LocalOrdinalT,
typename GlobalOrdinalT>
68 class BlockedDOFManager;
81 template <
typename EvalT,
typename TRAITS,
typename S,
typename LO,
typename GO,
typename NodeT=panzer::TpetraNodeType>
84 public PHX::EvaluatorDerived<EvalT, TRAITS>,
Tpetra::Export< LO, GO, NodeT > ExportType
GatherTangent_BlockedTpetra(const Teuchos::RCP< const BlockedDOFManager< LO, GO > > &indexer)
Tpetra::CrsGraph< LO, GO, NodeT > CrsGraphType
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Tpetra::CrsMatrix< S, LO, GO, NodeT > CrsMatrixType
Non-templated empty base class for template managers.
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
void evaluateFields(typename TRAITS::EvalData d)
Tpetra::Import< LO, GO, NodeT > ImportType
Gathers tangent vectors dx/dp for computing df/dx*dx/dp + df/dp into the nodal fields of the field ma...
GatherTangent_BlockedTpetra()
std::string globalDataKey_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
bool useTimeDerivativeSolutionVector_
Teuchos::RCP< const BlockedDOFManager< LO, GO > > gidIndexer_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Teuchos::RCP< const BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > > blockedContainer_
Tpetra::Vector< S, LO, GO, NodeT > VectorType
void preEvaluate(typename TRAITS::PreEvalData d)
Tpetra::Map< LO, GO, NodeT > MapType
BlockedTpetraLinearObjContainer< S, LO, GO, NodeT > ContainerType
std::vector< int > fieldIds_
Teuchos::RCP< std::vector< std::string > > indexerNames_