11#ifndef PANZER_EVALUATOR_TRANSIENT_BASISTIMESSCALAR_DECL_HPP
12#define PANZER_EVALUATOR_TRANSIENT_BASISTIMESSCALAR_DECL_HPP
16#include "Phalanx_Evaluator_Macros.hpp"
17#include "Phalanx_MDField.hpp"
18#include "Kokkos_DynRankView.hpp"
30template<
typename EvalT,
typename Traits>
34 public PHX::EvaluatorDerived<EvalT, Traits>
40 const Teuchos::ParameterList& p);
59 PHX::MDField<const ScalarT,Cell,IP>
scalar;
72 Kokkos::DynRankView<ScalarT,typename PHX::DevLayout<ScalarT>::type,PHX::Device>
tmp;
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
std::vector< PHX::MDField< const ScalarT, Cell, IP > > field_multipliers
void postRegistrationSetup(typename Traits::SetupData d, PHX::FieldManager< Traits > &fm)
Looks up the basis index needed by evaluateFields(). Called once before the first evaluation.
Kokkos::DynRankView< ScalarT, typename PHX::DevLayout< ScalarT >::type, PHX::Device > tmp
typename EvalT::ScalarT ScalarT
PHX::MDField< ScalarT, Cell, BASIS > residual
PHX::MDField< const ScalarT, Cell, IP > scalar
Teuchos::RCP< Teuchos::ParameterList > getValidParameters() const
Returns the ParameterList of valid parameters/defaults for this evaluator's constructor.
void evaluateFields(typename Traits::EvalData d)
Computes the residual field for this workset per the class description, when the workset indicates tr...
User-defined data passed to PHX::Evaluator::postRegistrationSetup() during the one-time setup phase.