Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Public Attributes | List of all members
Kokkos::Example::FENL::CrsMatrix< ValueType, Space > Struct Template Reference

#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
 

Detailed Description

template<typename ValueType, class Space>
struct Kokkos::Example::FENL::CrsMatrix< ValueType, Space >

Definition at line 99 of file FadMPAssembly/fenl_functors.hpp.

Member Typedef Documentation

◆ StaticCrsGraphType [1/2]

template<typename ValueType , class Space >
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType

Definition at line 103 of file FadMPAssembly/fenl_functors.hpp.

◆ values_type [1/2]

template<typename ValueType , class Space >
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values_type

Definition at line 105 of file FadMPAssembly/fenl_functors.hpp.

◆ StaticCrsGraphType [2/2]

template<typename ValueType , class Space >
typedef Kokkos::StaticCrsGraph< unsigned , Space , void , void , unsigned > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::StaticCrsGraphType

Definition at line 99 of file MPAssembly/fenl_functors.hpp.

◆ values_type [2/2]

template<typename ValueType , class Space >
typedef View< ValueType * , Space > Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values_type

Definition at line 101 of file MPAssembly/fenl_functors.hpp.

Constructor & Destructor Documentation

◆ CrsMatrix() [1/4]

template<typename ValueType , class Space >
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( )
inline

Definition at line 110 of file FadMPAssembly/fenl_functors.hpp.

◆ CrsMatrix() [2/4]

template<typename ValueType , class Space >
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( const StaticCrsGraphType arg_graph)
inline

Definition at line 112 of file FadMPAssembly/fenl_functors.hpp.

◆ CrsMatrix() [3/4]

template<typename ValueType , class Space >
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( )
inline

Definition at line 106 of file MPAssembly/fenl_functors.hpp.

◆ CrsMatrix() [4/4]

template<typename ValueType , class Space >
Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::CrsMatrix ( const StaticCrsGraphType arg_graph)
inline

Definition at line 108 of file MPAssembly/fenl_functors.hpp.

Member Data Documentation

◆ graph

template<typename ValueType , class Space >
StaticCrsGraphType Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::graph

Definition at line 107 of file FadMPAssembly/fenl_functors.hpp.

◆ values

template<typename ValueType , class Space >
values_type Kokkos::Example::FENL::CrsMatrix< ValueType, Space >::values

Definition at line 108 of file FadMPAssembly/fenl_functors.hpp.


The documentation for this struct was generated from the following file: