11#ifndef PANZER_EVALUATOR_TEST_SCATTER_DECL_HPP
12#define PANZER_EVALUATOR_TEST_SCATTER_DECL_HPP
14#include "Phalanx_Evaluator_Macros.hpp"
15#include "Phalanx_MDField.hpp"
26template<
typename EvalT,
typename Traits>
30 public PHX::EvaluatorDerived<EvalT, Traits>
36 const Teuchos::ParameterList& p);
53 PHX::MDField<const ScalarT,Cell,NODE>
value;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
typename EvalT::ScalarT ScalarT
PHX::MDField< ScalarT, Cell, NODE > scatter_value
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Looks up the number of nodes per cell needed by evaluateFields(). Called once before the first evalua...
void evaluateFields(typename Traits::EvalData d)
Computes the output field for this workset per the class description.
PHX::MDField< const ScalarT, Cell, NODE > value
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.