43 #ifndef PANZER_EVALUATOR_DOF_POINTVALUES_HPP
44 #define PANZER_EVALUATOR_DOF_POINTVALUES_HPP
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
49 #include "PanzerDiscFE_config.hpp"
56 template<
typename EvalT,
typename TRAITS>
58 public PHX::EvaluatorDerived<EvalT, TRAITS> {
85 template<
typename TRAITS>
88 public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS> {
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
PHX::MDField< const ScalarT, Cell, Point > dof_basis
void evaluateFields(typename TRAITS::EvalData d)
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
panzer::Traits::Jacobian::ScalarT ScalarT
Interpolates basis DOF values to IP DOF Curl values.
PHX::MDField< const ScalarT, Cell, Point > dof_basis
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Teuchos::RCP< BasisValues2< double > > basisValues
Teuchos::RCP< const PureBasis > basis
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
Teuchos::RCP< const PureBasis > basis
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
Teuchos::RCP< BasisValues2< double > > basisValues
Kokkos::View< int *, PHX::Device > offsets_array
DOF_PointValues(const Teuchos::ParameterList &p)