43#ifndef __PANZER_STK_ScatterVectorFields_decl_HPP__
44#define __PANZER_STK_ScatterVectorFields_decl_HPP__
46#include "Phalanx_config.hpp"
47#include "Phalanx_Evaluator_Macros.hpp"
48#include "Phalanx_MDField.hpp"
50#include "Teuchos_ParameterList.hpp"
71template<
typename EvalT,
typename Traits>
75 public PHX::EvaluatorDerived<EvalT, Traits>
80 const Teuchos::ParameterList& p);
84 typename Traits::EvalData d);
92 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim> >
scatterFields_;
93 PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim>
pointField_;
94 Teuchos::RCP<STK_Interface>
mesh_;
102 const Teuchos::RCP<STK_Interface> mesh,
103 const Teuchos::RCP<const panzer::PointRule> & pointRule,
104 const std::vector<std::string> & names,
105 const std::vector<double> & scaling = std::vector<double>());
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
stk::mesh::Field< double > SolutionFieldType
std::vector< std::string > names_
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > > scatterFields_
std::vector< double > scaling_
void evaluateFields(typename Traits::EvalData d)
typename EvalT::ScalarT ScalarT
PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > pointField_
panzer_stk::STK_Interface::SolutionFieldType VariableField
Teuchos::RCP< STK_Interface > mesh_