43 #ifndef PANZER_EVALUATOR_DOF_DECL_HPP
44 #define PANZER_EVALUATOR_DOF_DECL_HPP
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
49 #include "PanzerDiscFE_config.hpp"
55 template<
typename EvalT,
typename TRAITS>
57 public PHX::EvaluatorDerived<EvalT, TRAITS> {
85 template<
typename TRAITS>
86 class DOF<typename TRAITS::Jacobian,TRAITS> :
88 public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS> {
96 void preEvaluate(
typename TRAITS::PreEvalData d);
bool accelerate_jacobian_enabled
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
std::string sensitivities_name
DOF(const Teuchos::ParameterList &p)
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
PHX::MDField< const ScalarT, Cell, Point > dof_basis
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
PHX::MDField< ScalarT, Cell, Point, Dim > dof_ip_vector
panzer::Traits::Jacobian::ScalarT ScalarT
PHX::MDField< const ScalarT, Cell, Point > dof_basis
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)