43#ifndef PANZER_EVALUATOR_DIRICHLET_RESIDUAL_FACEBASIS_HPP
44#define PANZER_EVALUATOR_DIRICHLET_RESIDUAL_FACEBASIS_HPP
46#include "Teuchos_RCP.hpp"
48#include "Phalanx_Evaluator_Macros.hpp"
49#include "Phalanx_MDField.hpp"
51#include "PanzerDiscFE_config.hpp"
57#include "Kokkos_DynRankView.hpp"
67template<
typename EvalT,
typename Traits>
71 public PHX::EvaluatorDerived<EvalT, Traits>
76 const Teuchos::ParameterList& p);
92 PHX::MDField<const ScalarT,Cell,Point,Dim>
dof;
93 PHX::MDField<const ScalarT,Cell,Point,Dim>
value;
95 Teuchos::RCP<const panzer::PureBasis>
basis;
97 Kokkos::DynRankView<ScalarT,typename PHX::DevLayout<ScalarT>::type,PHX::Device>
faceNormal;
98 Kokkos::DynRankView<ScalarT,typename PHX::DevLayout<ScalarT>::type,PHX::Device>
refFaceNormal;
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > faceNormal
typename EvalT::ScalarT ScalarT
void evaluateFields(typename Traits::EvalData d)
PointValues2< double > pointValues
PHX::MDField< const ScalarT, Cell, Point, Dim > value
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
PHX::MDField< const double, Cell, IP, Dim, Dim > constJac_
PHX::MDField< const ScalarT, Cell, Point, Dim > dof
Teuchos::RCP< const panzer::PureBasis > basis
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > refFaceNormal
Teuchos::RCP< const panzer::PointRule > pointRule
PHX::MDField< ScalarT, Cell, BASIS > residual
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.