Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
Public Types | Public Member Functions | Public Attributes | List of all members
cusp::precond::aggregation::sa_level< MatrixType > Struct Template Reference

#include <block_smoothed_aggregation.h>

Public Types

typedef MatrixType::index_type IndexType
 
typedef MatrixType::value_type ValueType
 
typedef MatrixType::memory_space MemorySpace
 

Public Member Functions

 sa_level ()
 
template<typename SA_Level_Type >
 sa_level (const SA_Level_Type &sa_level)
 

Public Attributes

MatrixType A_
 
cusp::array1d< IndexType, MemorySpaceaggregates
 
cusp::array1d< ValueType, MemorySpaceB
 
ValueType rho_DinvA
 

Detailed Description

template<typename MatrixType>
struct cusp::precond::aggregation::sa_level< MatrixType >

Definition at line 74 of file block_smoothed_aggregation.h.

Member Typedef Documentation

◆ IndexType

template<typename MatrixType>
typedef MatrixType::index_type cusp::precond::aggregation::sa_level< MatrixType >::IndexType

Definition at line 76 of file block_smoothed_aggregation.h.

◆ ValueType

template<typename MatrixType>
typedef MatrixType::value_type cusp::precond::aggregation::sa_level< MatrixType >::ValueType

Definition at line 77 of file block_smoothed_aggregation.h.

◆ MemorySpace

template<typename MatrixType>
typedef MatrixType::memory_space cusp::precond::aggregation::sa_level< MatrixType >::MemorySpace

Definition at line 78 of file block_smoothed_aggregation.h.

Constructor & Destructor Documentation

◆ sa_level() [1/2]

template<typename MatrixType>
cusp::precond::aggregation::sa_level< MatrixType >::sa_level ( )
inline

Definition at line 86 of file block_smoothed_aggregation.h.

◆ sa_level() [2/2]

template<typename MatrixType>
template<typename SA_Level_Type >
cusp::precond::aggregation::sa_level< MatrixType >::sa_level ( const SA_Level_Type &  sa_level)
inline

Definition at line 89 of file block_smoothed_aggregation.h.

Member Data Documentation

◆ A_

template<typename MatrixType>
MatrixType cusp::precond::aggregation::sa_level< MatrixType >::A_

Definition at line 80 of file block_smoothed_aggregation.h.

◆ aggregates

template<typename MatrixType>
cusp::array1d<IndexType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::aggregates

Definition at line 81 of file block_smoothed_aggregation.h.

◆ B

template<typename MatrixType>
cusp::array1d<ValueType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::B

Definition at line 82 of file block_smoothed_aggregation.h.

◆ rho_DinvA

template<typename MatrixType>
ValueType cusp::precond::aggregation::sa_level< MatrixType >::rho_DinvA

Definition at line 84 of file block_smoothed_aggregation.h.


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