43#ifndef PANZER_EVALUATOR_CONSTANT_DECL_HPP
44#define PANZER_EVALUATOR_CONSTANT_DECL_HPP
46#include "PanzerDiscFE_config.hpp"
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
63template<
typename EvalT,
typename Traits>
67 public PHX::EvaluatorDerived<EvalT, Traits>
71 Constant(
const Teuchos::ParameterList& p);
PHX::MDField< ScalarT > constant
typename EvalT::ScalarT ScalarT
void evaluateFields(typename Traits::EvalData d)
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.