43 #ifndef PANZER_EVALUATOR_SCALAR_TO_VECTOR_DECL_HPP 44 #define PANZER_EVALUATOR_SCALAR_TO_VECTOR_DECL_HPP 47 #include "Phalanx_Evaluator_Macros.hpp" 48 #include "Phalanx_Field.hpp" 63 void operator()(const
size_t &cell) const;
std::vector< PHX::MDField< ScalarT, Cell, Point > > scalar_fields
Interpolates basis DOF values to IP DOF values.
#define PANZER_EVALUATOR_CLASS(NAME)
Macro definition of an evaluator class.
PHX::MDField< ScalarT, Cell, Point, Dim > vector_field
PHX::MDField< ScalarT > vector
Kokkos::View< ScalarT ** > KokkosScalarFields_t
#define PANZER_EVALUATOR_CLASS_END
Macro definition to end an evaluator class declaration.
Kokkos::View< KokkosScalarFields_t * > internal_scalar_fields