11#ifndef PANZER_EVALUATOR_CONSTANT_VECTOR_HPP
12#define PANZER_EVALUATOR_CONSTANT_VECTOR_HPP
14#include "PanzerDiscFE_config.hpp"
16#include "Phalanx_Evaluator_Macros.hpp"
17#include "Phalanx_MDField.hpp"
29template<
typename EvalT,
typename Traits>
32 public PHX::EvaluatorDerived<EvalT, Traits>
50 PHX::MDField<ScalarT>
vec_;
Kokkos::View< double * > vals_
PHX::MDField< ScalarT > vec_
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Sets the vector field to the constant components given at construction. Called once before the first ...
typename EvalT::ScalarT ScalarT
void evaluateFields(typename Traits::EvalData d)
No-op; the vector field is already set by postRegistrationSetup().
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.