43 #ifndef PANZER_EVALUATOR_DOF_DECL_HPP 44 #define PANZER_EVALUATOR_DOF_DECL_HPP 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_Field.hpp" 50 #include "PanzerDiscFE_config.hpp" 59 template<
typename EvalT,
typename TRAITS>
61 public PHX::EvaluatorDerived<EvalT, TRAITS> {
64 DOF(
const Teuchos::ParameterList& p);
90 template<
typename TRAITS>
91 class DOF<typename TRAITS::Jacobian,TRAITS> :
93 public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS> {
96 DOF(
const Teuchos::ParameterList& p);
101 void preEvaluate(
typename TRAITS::PreEvalData d);
bool accelerate_jacobian_enabled
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
std::string sensitivities_name
PHX::MDField< ScalarT, Cell, Point > dof_basis
DOF(const Teuchos::ParameterList &p)
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
PHX::MDField< ScalarT, Cell, BASIS > dof_orientation
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
panzer::Traits::Jacobian::ScalarT ScalarT
Kokkos::View< int *, PHX::Device > offsets_array
void evaluateFields(typename TRAITS::EvalData d)
Interpolates basis DOF values to IP DOF values.
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &fm)
PHX::MDField< ScalarT, Cell, Point > dof_basis