43 #ifndef PANZER_BASIS_VALUES_EVALUATOR_DECL_HPP
44 #define PANZER_BASIS_VALUES_EVALUATOR_DECL_HPP
47 #include "Phalanx_Evaluator_Macros.hpp"
48 #include "Phalanx_MDField.hpp"
49 #include "PanzerDiscFE_config.hpp"
57 template<
typename EvalT,
typename Traits>
61 public PHX::EvaluatorDerived<EvalT, Traits>
66 const Teuchos::ParameterList& p);
81 Teuchos::RCP<const panzer::PureBasis>
basis;
88 Teuchos::RCP<const std::vector<Intrepid2::Orientation> >
orientations;
93 void initialize(
const Teuchos::RCP<const panzer::PointRule> & pointRule,
94 const Teuchos::RCP<const panzer::PureBasis> &
basis,
95 bool derivativesRequired);
99 const Teuchos::RCP<const panzer::PureBasis> &
basis);
102 const Teuchos::RCP<const panzer::PureBasis> &
basis,
103 bool derivativesRequired);