|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#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, MemorySpace > | aggregates |
| cusp::array1d< ValueType, MemorySpace > | B |
| ValueType | rho_DinvA |
Definition at line 74 of file block_smoothed_aggregation.h.
| typedef MatrixType::index_type cusp::precond::aggregation::sa_level< MatrixType >::IndexType |
Definition at line 76 of file block_smoothed_aggregation.h.
| typedef MatrixType::value_type cusp::precond::aggregation::sa_level< MatrixType >::ValueType |
Definition at line 77 of file block_smoothed_aggregation.h.
| typedef MatrixType::memory_space cusp::precond::aggregation::sa_level< MatrixType >::MemorySpace |
Definition at line 78 of file block_smoothed_aggregation.h.
|
inline |
Definition at line 86 of file block_smoothed_aggregation.h.
|
inline |
Definition at line 89 of file block_smoothed_aggregation.h.
| MatrixType cusp::precond::aggregation::sa_level< MatrixType >::A_ |
Definition at line 80 of file block_smoothed_aggregation.h.
| cusp::array1d<IndexType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::aggregates |
Definition at line 81 of file block_smoothed_aggregation.h.
| cusp::array1d<ValueType,MemorySpace> cusp::precond::aggregation::sa_level< MatrixType >::B |
Definition at line 82 of file block_smoothed_aggregation.h.
| ValueType cusp::precond::aggregation::sa_level< MatrixType >::rho_DinvA |
Definition at line 84 of file block_smoothed_aggregation.h.
1.8.5