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" 75 std::vector< PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim> >
scatterFields_;
76 PHX::MDField<const ScalarT,panzer::Cell,panzer::IP,panzer::Dim>
pointField_;
77 Teuchos::RCP<STK_Interface>
mesh_;
85 const Teuchos::RCP<STK_Interface> mesh,
86 const Teuchos::RCP<const panzer::PointRule> &
pointRule,
87 const std::vector<std::string> & names,
88 const std::vector<double> &
scaling = std::vector<double>());
PHX::MDField< const ScalarT, panzer::Cell, panzer::IP, panzer::Dim > pointField_
std::vector< PHX::MDField< const ScalarT, panzer::Cell, panzer::Point > > scatterFields_
stk::mesh::Field< double > SolutionFieldType
#define PANZER_EVALUATOR_CLASS(NAME)
Macro definition of an evaluator class.
std::vector< std::string > names_
Teuchos::RCP< const panzer::PointRule > pointRule
Teuchos::RCP< STK_Interface > mesh_
#define PANZER_EVALUATOR_CLASS_END
Macro definition to end an evaluator class declaration.
panzer_stk::STK_Interface::SolutionFieldType VariableField
ScatterVectorFields(const std::string &scatterName, const Teuchos::RCP< STK_Interface > mesh, const Teuchos::RCP< const panzer::PointRule > &pointRule, const std::vector< std::string > &names, const std::vector< double > &scaling=std::vector< double >())
std::vector< double > scaling_