43 #ifndef PANZER_EVALUATOR_GRADBASISCROSSVECTOR_DECL_HPP
44 #define PANZER_EVALUATOR_GRADBASISCROSSVECTOR_DECL_HPP
48 #include "Phalanx_Evaluator_Macros.hpp"
49 #include "Phalanx_MDField.hpp"
50 #include "Kokkos_DynRankView.hpp"
56 template<
typename EvalT,
typename Traits>
60 public PHX::EvaluatorDerived<EvalT, Traits>
80 std::vector<PHX::MDField<ScalarT,Cell,BASIS> >
_residuals;
82 PHX::MDField<const ScalarT,Cell,IP,Dim>
_vector;
107 Kokkos::DynRankView<ScalarT,PHX::Device>
_tmp;