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 25 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 35 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 37 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 49 of file Panzer_DOF_Functors.hpp.
|
inline |
Definition at line 108 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 26 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 27 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 28 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 29 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 30 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 31 of file Panzer_DOF_Functors.hpp.
|
private |
Definition at line 32 of file Panzer_DOF_Functors.hpp.