43 #ifndef PANZER_EVALUATOR_MULTIVARIATE_PARAMETER_DECL_HPP
44 #define PANZER_EVALUATOR_MULTIVARIATE_PARAMETER_DECL_HPP
46 #include "PanzerDiscFE_config.hpp"
48 #include "Phalanx_Evaluator_Macros.hpp"
49 #include "Phalanx_MDField.hpp"
50 #include "Teuchos_RCP.hpp"
58 template <
typename EvalT>
class ScalarParameterEntry;
65 template<
typename EvalT,
typename TRAITS>
68 public PHX::EvaluatorDerived<EvalT, TRAITS> {
74 const std::string field_name,
75 const Teuchos::RCP<PHX::DataLayout>& data_layout,
88 Teuchos::Array< Teuchos::RCP<panzer::ScalarParameterEntry<EvalT> > >
param;