43#ifndef PANZER_EVALUATOR_GATHER_BASIS_COORDINATES_DECL_HPP
44#define PANZER_EVALUATOR_GATHER_BASIS_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> {
78 static std::string
fieldName(
const std::string & basisName);
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Gathers coordinates for the basis function from the workset and stores them in the field manager.
static std::string fieldName(const std::string &basisName)
std::vector< std::string >::size_type basisIndex_
PHX::MDField< ScalarT, Cell, BASIS, Dim > basisCoordinates_
void evaluateFields(typename TRAITS::EvalData d)
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
Description and data layouts associated with a particular basis.