11 #ifndef PANZER_EVALUATOR_DOF_POINTVALUES_HPP
12 #define PANZER_EVALUATOR_DOF_POINTVALUES_HPP
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
17 #include "PanzerDiscFE_config.hpp"
24 template<
typename EvalT,
typename TRAITS>
53 template<
typename 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
PHX::View< int * > offsets_array
DOF_PointValues(const Teuchos::ParameterList &p)