| 
    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 236 of file Panzer_DOF_Functors.hpp.
| typedef PHX::Device panzer::dof_functors::EvaluateDOFFastSens_Scalar< ScalarT, Array >::execution_space | 
Definition at line 246 of file Panzer_DOF_Functors.hpp.
      
  | 
  inline | 
Definition at line 248 of file Panzer_DOF_Functors.hpp.
      
  | 
  inline | 
Definition at line 258 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 237 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 238 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 239 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 240 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 242 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 243 of file Panzer_DOF_Functors.hpp.
 1.8.5