Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
panzer::kokkos_utils Namespace Reference

Classes

class  VectorToViewTraits
 
class  VectorToViewTraits< Epetra_Vector >
 
class  VectorToViewTraits< const Epetra_Vector >
 

Functions

template<typename VectorType >
VectorToViewTraits< VectorType >
::View 
getView (typename VectorToViewTraits< VectorType >::ThyraVector &v)
 
template<>
VectorToViewTraits
< Epetra_Vector >::View 
getView< Epetra_Vector > (typename VectorToViewTraits< Epetra_Vector >::ThyraVector &v)
 
template<>
VectorToViewTraits< const
Epetra_Vector >::View 
getView< const Epetra_Vector > (typename VectorToViewTraits< const Epetra_Vector >::ThyraVector &v)
 

Function Documentation

template<typename VectorType >
VectorToViewTraits<VectorType>::View panzer::kokkos_utils::getView ( typename VectorToViewTraits< VectorType >::ThyraVector &  v)
inline
template<>
VectorToViewTraits<Epetra_Vector>::View panzer::kokkos_utils::getView< Epetra_Vector > ( typename VectorToViewTraits< Epetra_Vector >::ThyraVector &  v)
inline

Definition at line 87 of file Panzer_KokkosUtils_VectorToView.hpp.

template<>
VectorToViewTraits<const Epetra_Vector>::View panzer::kokkos_utils::getView< const Epetra_Vector > ( typename VectorToViewTraits< const Epetra_Vector >::ThyraVector &  v)
inline

Definition at line 99 of file Panzer_KokkosUtils_VectorToView.hpp.