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