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"
50#include "Teuchos_ParameterList.hpp"
65template<
typename EvalT,
typename TRAITS>
68 public PHX::EvaluatorDerived<EvalT, TRAITS> {
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Gathers coordinates for the quadrature from the workset and stores them in the field manager.
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
void evaluateFields(typename TRAITS::EvalData d)
std::vector< int >::size_type quadIndex_
GatherIntegrationCoordinates()
static std::string fieldName(int degree)
PHX::MDField< ScalarT, Cell, Point, Dim > quadCoordinates_