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>
 
   95                   bool derivativesRequired);
 
  103                         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