11 #ifndef PANZER_EVALUATOR_GATHER_BASIS_COORDINATES_DECL_HPP
12 #define PANZER_EVALUATOR_GATHER_BASIS_COORDINATES_DECL_HPP
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
33 template<
typename EvalT,
typename TRAITS>
46 static std::string
fieldName(
const std::string & basisName);
void evaluateFields(typename TRAITS::EvalData d)
void postRegistrationSetup(typename TRAITS::SetupData d, PHX::FieldManager< TRAITS > &vm)
std::vector< std::string >::size_type basisIndex_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
PHX::MDField< ScalarT, Cell, BASIS, Dim > basisCoordinates_
Description and data layouts associated with a particular basis.
static std::string fieldName(const std::string &basisName)
Gathers coordinates for the basis function from the workset and stores them in the field manager...