43 #ifndef PANZER_EVALUATOR_DIRICHLET_RESIDUAL_EDGEBASIS_HPP 44 #define PANZER_EVALUATOR_DIRICHLET_RESIDUAL_EDGEBASIS_HPP 46 #include "Teuchos_RCP.hpp" 48 #include "Phalanx_Evaluator_Macros.hpp" 49 #include "Phalanx_MDField.hpp" 51 #include "PanzerDiscFE_config.hpp" 57 #include "Kokkos_DynRankView.hpp" 69 PHX::MDField<ScalarT,Cell,BASIS>
residual;
70 PHX::MDField<const ScalarT,Cell,Point,Dim>
dof;
71 PHX::MDField<const ScalarT,Cell,Point,Dim>
value;
76 Teuchos::RCP<const panzer::PureBasis>
basis;
78 Kokkos::DynRankView<ScalarT,PHX::Device>
edgeTan;
PHX::MDField< ScalarT > residual
Evaluates a Dirichlet BC residual corresponding to a field value.
#define PANZER_EVALUATOR_CLASS(NAME)
Macro definition of an evaluator class.
PointValues2< ScalarT, PHX::MDField > pointValues
Interpolates basis DOF values to IP DOF values.
Kokkos::DynRankView< ScalarT, PHX::Device > edgeTan
PHX::MDField< const ScalarT, Cell, BASIS > dof_orientation
PHX::MDField< const ScalarT > dof
Teuchos::RCP< const panzer::PointRule > pointRule
Kokkos::DynRankView< ScalarT, PHX::Device > refEdgeTan
#define PANZER_EVALUATOR_CLASS_END
Macro definition to end an evaluator class declaration.
Teuchos::RCP< const panzer::PureBasis > basis
Interpolates basis DOF values to IP DOF values.