Panzer
Version of the Day
|
#include <Panzer_DOF_Functors.hpp>
Public Types | |
typedef PHX::Device | execution_space |
Public Member Functions | |
EvaluateDOFFastSens_Scalar (PHX::MDField< const ScalarT, Cell, Point > in_dof_basis, PHX::MDField< ScalarT, Cell, Point > in_dof_ip, Kokkos::View< const int *, PHX::Device > in_offsets, Array in_basis) | |
KOKKOS_INLINE_FUNCTION void | operator() (const unsigned int cell) const |
Private Attributes | |
PHX::MDField< const ScalarT, Cell, Point > | dof_basis |
PHX::MDField< ScalarT, Cell, Point > | dof_ip |
Kokkos::View< const int *, PHX::Device > | offsets |
Array | basis |
int | numFields |
int | numPoints |
Definition at line 172 of file Panzer_DOF_Functors.hpp.
typedef PHX::Device panzer::dof_functors::EvaluateDOFFastSens_Scalar< ScalarT, Array >::execution_space |
Definition at line 182 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 184 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 194 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 173 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 174 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 175 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 176 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 178 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 179 of file Panzer_DOF_Functors.hpp.