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>,
97 Kokkos::DynRankView<ScalarT,PHX::Device>
edgeTan;
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
PHX::MDField< const ScalarT, Cell, NODE > dof_orientation
PointValues2< ScalarT, PHX::MDField > pointValues
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)