43 #ifndef PANZER_EVALUATOR_GATHER_INTEGRATION_COORDINATES_DECL_HPP 
   44 #define PANZER_EVALUATOR_GATHER_INTEGRATION_COORDINATES_DECL_HPP 
   46 #include "Phalanx_config.hpp" 
   47 #include "Phalanx_Evaluator_Macros.hpp" 
   48 #include "Phalanx_MDField.hpp" 
   65 template<
typename EvalT, 
typename TRAITS>
 
   68     public PHX::EvaluatorDerived<EvalT, TRAITS> {
 
PHX::MDField< ScalarT, Cell, Point, Dim > quadCoordinates_
 
void evaluateFields(typename TRAITS::EvalData d)
 
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers. 
 
std::vector< int >::size_type quadIndex_
 
Gathers coordinates for the quadrature from the workset and stores them in the field manager...
 
GatherIntegrationCoordinates()
 
static std::string fieldName(int degree)
 
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)