43 #ifndef PANZER_EVALUATOR_CURLBASISDOTVECTOR_DECL_HPP
44 #define PANZER_EVALUATOR_CURLBASISDOTVECTOR_DECL_HPP
48 #include "Phalanx_Evaluator_Macros.hpp"
49 #include "Phalanx_MDField.hpp"
50 #include "Kokkos_DynRankView.hpp"
66 PHX::MDField<ScalarT,Cell,BASIS>
residual;
PHX::MDField< ScalarT > residual
Evaluates a Dirichlet BC residual corresponding to a field value.
PHX::MDField< ScalarT, Cell, IP, Dim > scratch_vector
PHX::MDField< const ScalarT, Cell, IP, Dim > flux_vector
std::vector< PHX::MDField< const ScalarT, Cell, IP > > field_multipliers
#define PANZER_EVALUATOR_CLASS(NAME)
Macro definition of an evaluator class.
PHX::MDField< const ScalarT, Cell, IP > flux_scalar
PHX::MDField< ScalarT > vector
#define PANZER_EVALUATOR_CLASS_END
Macro definition to end an evaluator class declaration.
PHX::MDField< ScalarT, Cell, IP > scratch_scalar
Teuchos::RCP< Teuchos::ParameterList > getValidParameters() const