Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <fenl_functors.hpp>
Public Types | |
typedef Kokkos::StaticCrsGraph < unsigned, Space, void, void, unsigned > | StaticCrsGraphType |
typedef View< ValueType *, Space > | values_type |
typedef Kokkos::StaticCrsGraph < unsigned, Space, void, void, unsigned > | StaticCrsGraphType |
typedef View< ValueType *, Space > | values_type |
Public Member Functions | |
CrsMatrix () | |
CrsMatrix (const StaticCrsGraphType &arg_graph) | |
CrsMatrix () | |
CrsMatrix (const StaticCrsGraphType &arg_graph) | |
Public Attributes | |
StaticCrsGraphType | graph |
values_type | values |
Definition at line 72 of file FadMPAssembly/fenl_functors.hpp.
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType |
Definition at line 76 of file FadMPAssembly/fenl_functors.hpp.
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values_type |
Definition at line 78 of file FadMPAssembly/fenl_functors.hpp.
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType |
Definition at line 72 of file MPAssembly/fenl_functors.hpp.
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values_type |
Definition at line 74 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 83 of file FadMPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 85 of file FadMPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 79 of file MPAssembly/fenl_functors.hpp.
|
inline |
Definition at line 81 of file MPAssembly/fenl_functors.hpp.
StaticCrsGraphType Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::graph |
Definition at line 80 of file FadMPAssembly/fenl_functors.hpp.
values_type Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values |
Definition at line 81 of file FadMPAssembly/fenl_functors.hpp.