11 #ifndef PANZER_EVALUATOR_SCALAR_TO_VECTOR_DECL_HPP
12 #define PANZER_EVALUATOR_SCALAR_TO_VECTOR_DECL_HPP
15 #include "Phalanx_Evaluator_WithBaseImpl.hpp"
17 #include "Phalanx_MDField.hpp"
18 #include "Phalanx_KokkosViewOfViews.hpp"
23 template<
typename EvalT,
typename Traits>
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Copies a set of scalar fields into a single vector field.
std::vector< PHX::MDField< const ScalarT, Cell, Point > > scalar_fields_
typename EvalT::ScalarT ScalarT
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
void evaluateFields(typename Traits::EvalData d)
ScalarToVector(const Teuchos::ParameterList &p)
PHX::ViewOfViews< 1, InnerView > scalar_fields_vov_
typename PHX::MDField< const ScalarT, Cell, Point >::array_type InnerView
PHX::MDField< ScalarT, Cell, Point, Dim > vector_field_