|
Panzer
Version of the Day
|
#include <Panzer_DOF_Functors.hpp>
Public Types | |
| typedef PHX::Device | execution_space |
Public Member Functions | |
| EvaluateDOFFastSens_Vector (PHX::MDField< const ScalarT, Cell, Point > in_dof_basis, PHX::MDField< ScalarT, Cell, Point, Dim > 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, Dim > | dof_ip |
| Kokkos::View< const int *, PHX::Device > | offsets |
| Array | basis |
| const int | numFields |
| const int | numPoints |
Definition at line 190 of file Panzer_DOF_Functors.hpp.
| typedef PHX::Device panzer::dof_functors::EvaluateDOFFastSens_Vector< ScalarT, Array, spaceDim >::execution_space |
Definition at line 200 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 202 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 212 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 191 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 192 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 193 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 194 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 196 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 197 of file Panzer_DOF_Functors.hpp.
1.8.5