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>,
PointValues2< ScalarT, PHX::MDField > pointValues
Kokkos::DynRankView< ScalarT, PHX::Device > refFaceNormal
Kokkos::DynRankView< ScalarT, PHX::Device > faceNormal
PHX::MDField< ScalarT, Cell, NODE, Dim > gatherFieldNormals
Teuchos::RCP< const PointRule > pointRule
Teuchos::RCP< const PureBasis > basis
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Gathers tangent vectors per field from the global indexer and stores them in the field manager...
void evaluateFields(typename Traits::EvalData d)
PHX::MDField< ScalarT, Cell, NODE > dof_orientation
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.