43 #ifndef PANZER_EVALUATOR_DOF_POINTVALUES_HPP 44 #define PANZER_EVALUATOR_DOF_POINTVALUES_HPP 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_Field.hpp" 50 #include "PanzerDiscFE_config.hpp" 58 template<
typename EvalT,
typename TRAITS>
60 public PHX::EvaluatorDerived<EvalT, TRAITS> {
80 Teuchos::RCP<const PureBasis>
basis;
87 template<
typename TRAITS>
90 public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS> {
113 Teuchos::RCP<const PureBasis>
basis;
Teuchos::RCP< BasisValues2< ScalarT > > basisValues
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
void evaluateFields(typename TRAITS::EvalData d)
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
Teuchos::RCP< BasisValues2< ScalarT > > basisValues
panzer::Traits::Jacobian::ScalarT ScalarT
Interpolates basis DOF values to IP DOF Curl values.
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
PHX::MDField< ScalarT, Cell, Point > dof_basis
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_basis
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
Kokkos::View< int *, PHX::Device > offsets_array
DOF_PointValues(const Teuchos::ParameterList &p)