43#ifndef __Panzer_SubcellSum_decl_hpp__
44#define __Panzer_SubcellSum_decl_hpp__
48#include "PanzerDiscFE_config.hpp"
52#include "Phalanx_Evaluator_Macros.hpp"
53#include "Phalanx_MDField.hpp"
80template<
typename EvalT,
typename Traits>
84 public PHX::EvaluatorDerived<EvalT, Traits>
89 const Teuchos::ParameterList& p);
101 PHX::MDField<const ScalarT,Cell,BASIS>
inField;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
SubcellSum(const Teuchos::ParameterList &p)
const PHX::FieldTag & getFieldTag() const
PHX::MDField< ScalarT, Cell > outField
Teuchos::RCP< Teuchos::ParameterList > getValidParameters() const
Teuchos::RCP< const panzer::FieldPattern > fieldPattern_
void evaluateFields(typename Traits::EvalData d)
PHX::MDField< const ScalarT, Cell, BASIS > inField
typename EvalT::ScalarT ScalarT