| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_DOF_Functors.hpp>
Public Types | |
| using | scratch_view = Kokkos::View< ScalarT *,typename PHX::DevLayout< ScalarT >::type, typename PHX::exec_space::scratch_memory_space, Kokkos::MemoryUnmanaged > | 
Public Member Functions | |
| EvaluateDOFWithSens_Vector (PHX::View< const ScalarT ** > in_dof_basis, PHX::View< ScalarT *** > in_dof_ip, Array in_basis, bool in_use_shared_memory=false) | |
| KOKKOS_INLINE_FUNCTION void | operator() (const Kokkos::TeamPolicy< PHX::exec_space >::member_type &team) const | 
| size_t | team_shmem_size (int) const | 
Private Attributes | |
| PHX::View< const ScalarT ** > | dof_basis | 
| PHX::View< ScalarT *** > | dof_ip | 
| Array | basis | 
| const int | numFields | 
| const int | numPoints | 
| const int | fadSize | 
| const bool | use_shared_memory | 
Definition at line 57 of file Panzer_DOF_Functors.hpp.
| using panzer::dof_functors::EvaluateDOFWithSens_Vector< ScalarT, Array, spaceDim >::scratch_view = Kokkos::View<ScalarT* ,typename PHX::DevLayout<ScalarT>::type,typename PHX::exec_space::scratch_memory_space,Kokkos::MemoryUnmanaged> | 
Definition at line 67 of file Panzer_DOF_Functors.hpp.
      
  | 
  inline | 
Definition at line 69 of file Panzer_DOF_Functors.hpp.
      
  | 
  inline | 
Definition at line 81 of file Panzer_DOF_Functors.hpp.
      
  | 
  inline | 
Definition at line 140 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 58 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 59 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 60 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 61 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 62 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 63 of file Panzer_DOF_Functors.hpp.
      
  | 
  private | 
Definition at line 64 of file Panzer_DOF_Functors.hpp.
 1.8.5