11 #ifndef __PANZER_STK_ScatterVectorFields_decl_HPP__
12 #define __PANZER_STK_ScatterVectorFields_decl_HPP__
14 #include "Phalanx_config.hpp"
15 #include "Phalanx_Evaluator_Macros.hpp"
16 #include "Phalanx_MDField.hpp"
27 namespace panzer_stk {
39 template<
typename EvalT,
typename Traits>
52 typename Traits::EvalData d);
60 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim> >
scatterFields_;
72 const std::vector<std::string> & names,
73 const std::vector<double> & scaling = std::vector<double>());
panzer_stk::STK_Interface::SolutionFieldType VariableField
stk::mesh::Field< double > SolutionFieldType
std::vector< double > scaling_
std::vector< std::string > names_
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > > scatterFields_
Teuchos::RCP< STK_Interface > mesh_
ScatterVectorFields(const Teuchos::ParameterList &p)
PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > pointField_
void evaluateFields(typename Traits::EvalData d)
typename EvalT::ScalarT ScalarT