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>  {   
 
   69   DOF(
const PHX::FieldTag & input,
 
   70       const PHX::FieldTag & output,
 
  101 template<
typename TRAITS>                   
 
  102 class DOF<typename TRAITS::Jacobian,TRAITS> : 
 
  104             public PHX::EvaluatorDerived<typename TRAITS::Jacobian, TRAITS>  {   
 
  109   DOF(
const PHX::FieldTag & input,
 
  110       const PHX::FieldTag & output,
 
  117   void preEvaluate(
typename TRAITS::PreEvalData d);
 
bool accelerate_jacobian_enabled
 
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
 
std::string sensitivities_name
 
panzer::BasisDescriptor bd_
 
DOF(const Teuchos::ParameterList &p)
 
PHX::MDField< ScalarT, Cell, Point > dof_ip_scalar
 
PHX::MDField< const ScalarT, Cell, Point > dof_basis
 
panzer::BasisDescriptor bd_
 
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
 
panzer::IntegrationDescriptor id_
 
panzer::IntegrationDescriptor id_
 
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)