43#ifndef PANZER_EVALUATOR_DIRICHLET_RESIDUAL_EDGEBASIS_HPP
44#define PANZER_EVALUATOR_DIRICHLET_RESIDUAL_EDGEBASIS_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;
101 Intrepid2::RefSubcellParametrization<Kokkos::HostSpace>::ConstViewType
edgeParam;
102 Intrepid2::RefSubcellParametrization<Kokkos::HostSpace>::ConstViewType
faceParam;
Teuchos::RCP< const panzer::PointRule > pointRule
PHX::MDField< const ScalarT, Cell, Point, Dim > value
PHX::MDField< ScalarT, Cell, BASIS > residual
PHX::MDField< const ScalarT, Cell, Point, Dim > dof
Intrepid2::RefSubcellParametrization< Kokkos::HostSpace >::ConstViewType edgeParam
PointValues2< double > pointValues
Intrepid2::RefSubcellParametrization< Kokkos::HostSpace >::ConstViewType faceParam
Teuchos::RCP< const panzer::PureBasis > basis
typename EvalT::ScalarT ScalarT
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
void evaluateFields(typename Traits::EvalData d)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.