11 #ifndef PANZER_EVALUATOR_GATHER_TANGENTS_DECL_HPP
12 #define PANZER_EVALUATOR_GATHER_TANGENTS_DECL_HPP
14 #include "Phalanx_Evaluator_Macros.hpp"
15 #include "Phalanx_MDField.hpp"
23 #include "Intrepid2_CellTools.hpp"
30 template<
typename EvalT,
typename Traits>
60 Intrepid2::RefSubcellParametrization<PHX::Device>::ConstViewType
edgeParam_;
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
Kokkos::View< Intrepid2::Orientation * > orientations_
GatherTangents(const Teuchos::ParameterList &p)
Gathers tangent vectors per field from the global indexer and stores them in the field manager...
Intrepid2::RefSubcellParametrization< PHX::Device >::ConstViewType edgeParam_
PHX::MDField< ScalarT, Cell, NODE, Dim > gatherFieldTangents_
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Teuchos::RCP< const PureBasis > basis_
PHX::MDField< const double, Cell, IP, Dim, Dim > constJac_
PointValues2< double > pointValues_
Teuchos::RCP< const PointRule > pointRule_
void evaluateFields(typename Traits::EvalData d)
Non-templated empty base class for template managers.
Kokkos::View< unsigned int * > keys_
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)