11 #ifndef PANZER_BASIS_VALUES_EVALUATOR_DECL_HPP
12 #define PANZER_BASIS_VALUES_EVALUATOR_DECL_HPP
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
17 #include "PanzerDiscFE_config.hpp"
25 template<
typename EvalT,
typename Traits>
63 bool derivativesRequired);
71 bool derivativesRequired);
bool derivativesRequired_
BasisValues_Evaluator(const Teuchos::ParameterList &p)
Teuchos::RCP< BasisValues2< double > > basisValues
typename EvalT::ScalarT ScalarT
Interpolates basis DOF values to IP DOF values.
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
void initialize(const Teuchos::RCP< const panzer::PointRule > &pointRule, const Teuchos::RCP< const panzer::PureBasis > &basis, bool derivativesRequired)
Initialization method to unify the constructors.
PointValues2< const double > constPointValues
Teuchos::RCP< const std::vector< Intrepid2::Orientation > > orientations
void evaluateFields(typename Traits::EvalData d)
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
PointValues2< double > pointValues
Teuchos::RCP< const panzer::PureBasis > basis