11#ifndef PANZER_EVALUATOR_CrossProduct_HPP
12#define PANZER_EVALUATOR_CrossProduct_HPP
14#include "Phalanx_Evaluator_Macros.hpp"
15#include "Phalanx_MDField.hpp"
30template<
typename EvalT,
typename Traits>
34 public PHX::EvaluatorDerived<EvalT, Traits>
39 const Teuchos::ParameterList& p);
Evaluates cross product at a set of points.
PHX::MDField< ScalarT > vec_a_cross_vec_b
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
PHX::MDField< const ScalarT > vec_a
void evaluateFields(typename Traits::EvalData d)
typename EvalT::ScalarT ScalarT
PHX::MDField< const ScalarT > vec_b
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.