11 #ifndef PANZER_EVALUATOR_DOF_DECL_HPP
12 #define PANZER_EVALUATOR_DOF_DECL_HPP
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
17 #include "PanzerDiscFE_config.hpp"
23 template<
typename EvalT,
typename TRAITS>
69 template<
typename TRAITS>
70 class DOF<typename TRAITS::Jacobian,TRAITS> :
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
PHX::View< int * > offsets_array
panzer::IntegrationDescriptor id_
virtual void preEvaluate(typename Traits::PreEvalData d)=0
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)