43 #ifndef PANZER_EVALUATOR_GATHER_NORMALS_DECL_HPP
44 #define PANZER_EVALUATOR_GATHER_NORMALS_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,typename PHX::DevLayout<ScalarT>::type,PHX::Device>
faceNormal;
94 Kokkos::DynRankView<ScalarT,typename PHX::DevLayout<ScalarT>::type,PHX::Device>
refFaceNormal;
97 PHX::MDField<const double,Cell,IP,Dim,Dim>
constJac_;
PHX::MDField< const double, Cell, IP, Dim, Dim > constJac_
PHX::MDField< ScalarT, Cell, NODE, Dim > gatherFieldNormals
Teuchos::RCP< const PointRule > pointRule
Teuchos::RCP< const PureBasis > basis
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > faceNormal
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
PointValues2< double > pointValues
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > refFaceNormal
Gathers tangent vectors per field from the global indexer and stores them in the field manager...
void evaluateFields(typename Traits::EvalData d)
virtual Teuchos::RCP< CloneableEvaluator > clone(const Teuchos::ParameterList &pl) const
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &vm)
Non-templated empty base class for template managers.