43 #ifndef PANZER_EVALUATOR_GATHER_SOLUTION_TPETRA_DECL_HPP
44 #define PANZER_EVALUATOR_GATHER_SOLUTION_TPETRA_DECL_HPP
46 #include "Phalanx_config.hpp"
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
52 #include "PanzerDiscFE_config.hpp"
75 template<
typename EvalT,
typename Traits,
typename LO,
typename GO,
typename NodeT=panzer::TpetraNodeType>
88 template<
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
91 public PHX::EvaluatorDerived<panzer::Traits::Residual, TRAITS>,
98 globalIndexer_(indexer) {}
103 void postRegistrationSetup(
typename TRAITS::SetupData d,
106 void preEvaluate(
typename TRAITS::PreEvalData d);
108 void evaluateFields(
typename TRAITS::EvalData d);
115 {
TEUCHOS_ASSERT(i < Teuchos::as<int>(gatherFields_.size()));
return gatherFields_[i].fieldTag(); }
140 std::vector< std::vector< PHX::MDField<const ScalarT,Cell,NODE> > >
tangentFields_;
151 template<
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
154 public PHX::EvaluatorDerived<panzer::Traits::Tangent, TRAITS>,
161 globalIndexer_(indexer) {}
166 void postRegistrationSetup(
typename TRAITS::SetupData d,
169 void preEvaluate(
typename TRAITS::PreEvalData d);
171 void evaluateFields(
typename TRAITS::EvalData d);
197 std::vector< std::vector< PHX::MDField<const RealT,Cell,NODE> > >
tangentFields_;
205 template<
typename TRAITS,
typename LO,
typename GO,
typename NodeT>
208 public PHX::EvaluatorDerived<panzer::Traits::Jacobian, TRAITS>,
213 globalIndexer_(indexer) {}
218 void postRegistrationSetup(
typename TRAITS::SetupData d,
221 void preEvaluate(
typename TRAITS::PreEvalData d);
223 void evaluateFields(
typename TRAITS::EvalData d);
228 KOKKOS_INLINE_FUNCTION
229 void operator()(
const int cell)
const;
234 KOKKOS_INLINE_FUNCTION
235 void operator()(
const NoSeed,
const int cell)
const;
271 Kokkos::View<const LO**,PHX::Device>
lids;
273 Kokkos::View<const double**, Kokkos::LayoutLeft,PHX::Device>
x_data;
277 PHX::MDField<ScalarT,Cell,NODE>
field;
283 #ifdef Panzer_BUILD_HESSIAN_SUPPORT
Teuchos::RCP< const TpetraLinearObjContainer< double, LO, GO, NodeT > > tpetraContainer_
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
bool useTimeDerivativeSolutionVector_
Kokkos::View< int **, PHX::Device > scratch_lids_
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
GatherSolution_Tpetra(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
panzer::Traits::Jacobian EvalT
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
std::vector< std::string > indexerNames_
PHX::MDField< ScalarT, Cell, NODE > field
Teuchos::RCP< const TpetraLinearObjContainer< double, LO, GO, NodeT > > tpetraContainer_
GatherSolution_Tpetra(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
panzer::Traits::RealType RealT
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::string globalDataKey_
Teuchos::RCP< typename TpetraLinearObjContainer< double, LO, GO, NodeT >::VectorType > x_vector
bool useTimeDerivativeSolutionVector_
std::vector< std::string > indexerNames_
GatherSolution_Tpetra(const Teuchos::RCP< const panzer::GlobalIndexer > &indexer)
panzer::Traits::Jacobian::ScalarT ScalarT
std::vector< int > fieldIds_
Kokkos::View< const LO **, PHX::Device > lids
std::string globalDataKey_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
bool useTimeDerivativeSolutionVector_
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
panzer::Traits::Tangent EvalT
bool disableSensitivities_
std::vector< int > fieldIds_
const PHX::FieldTag & getFieldTag(int i) const
Gathers solution values from the Newton solution vector into the nodal fields of the field manager...
Teuchos::RCP< const panzer::GlobalIndexer > globalIndexer_
Kokkos::View< int **, PHX::Device > scratch_lids_
Kokkos::View< const double **, Kokkos::LayoutLeft, PHX::Device > x_data
std::vector< int > fieldIds_
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
std::vector< PHX::MDField< ScalarT, Cell, NODE > > gatherFields_
panzer::Traits::Residual::ScalarT ScalarT
std::string globalDataKey_
Teuchos::RCP< const TpetraLinearObjContainer< double, LO, GO, NodeT > > tpetraContainer_
std::vector< std::string > indexerNames_
std::vector< std::vector< PHX::MDField< const ScalarT, Cell, NODE > > > tangentFields_
std::vector< Kokkos::View< int *, PHX::Device > > scratch_offsets_
panzer::Traits::Tangent::ScalarT ScalarT
Kokkos::View< const int *, PHX::Device > offsets
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
panzer::Traits::Residual EvalT
std::vector< Kokkos::View< int *, PHX::Device > > scratch_offsets_
#define TEUCHOS_ASSERT(assertion_test)
std::string sensitivitiesName_
Non-templated empty base class for template managers.
std::vector< std::vector< PHX::MDField< const RealT, Cell, NODE > > > tangentFields_