43 #ifndef PANZER_EVALUATOR_GATHER_TANGENTS_DECL_HPP
44 #define PANZER_EVALUATOR_GATHER_TANGENTS_DECL_HPP
46 #include "Phalanx_Evaluator_Macros.hpp"
47 #include "Phalanx_MDField.hpp"
61 template<
typename EvalT,
typename Traits>
63 :
public PHX::EvaluatorWithBaseImpl<Traits>,
64 public PHX::EvaluatorDerived<EvalT, Traits>,
93 Kokkos::DynRankView<ScalarT,PHX::Device>
edgeTan;
97 PHX::MDField<const double,Cell,IP,Dim,Dim>
constJac_;
Teuchos::RCP< const PointRule > pointRule
Teuchos::RCP< const PureBasis > basis
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Kokkos::DynRankView< ScalarT, PHX::Device > refEdgeTan
Gathers tangent vectors per field from the global indexer and stores them in the field manager...
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
PHX::MDField< ScalarT, Cell, NODE, Dim > gatherFieldTangents
PointValues2< double > pointValues
PHX::MDField< const double, Cell, IP, Dim, Dim > constJac_
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
void evaluateFields(typename Traits::EvalData d)
Non-templated empty base class for template managers.
Kokkos::DynRankView< ScalarT, PHX::Device > edgeTan
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)