Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <block_multilevel.h>
Public Member Functions | |
level () | |
template<typename Level_Type > | |
level (const Level_Type &level) | |
Public Attributes | |
MatrixType | R |
MatrixType | A |
MatrixType | P |
cusp::array2d< ValueType, MemorySpace, Orientation > | x |
cusp::array2d< ValueType, MemorySpace, Orientation > | b |
cusp::array2d< ValueType, MemorySpace, Orientation > | residual |
SmootherType | smoother |
Definition at line 54 of file block_multilevel.h.
|
inline |
Definition at line 65 of file block_multilevel.h.
|
inline |
Definition at line 68 of file block_multilevel.h.
MatrixType cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::R |
Definition at line 56 of file block_multilevel.h.
MatrixType cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::A |
Definition at line 57 of file block_multilevel.h.
MatrixType cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::P |
Definition at line 58 of file block_multilevel.h.
cusp::array2d<ValueType,MemorySpace,Orientation> cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::x |
Definition at line 59 of file block_multilevel.h.
cusp::array2d<ValueType,MemorySpace,Orientation> cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::b |
Definition at line 60 of file block_multilevel.h.
cusp::array2d<ValueType,MemorySpace,Orientation> cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::residual |
Definition at line 61 of file block_multilevel.h.
SmootherType cusp::block_multilevel< MatrixType, SmootherType, SolverType >::level::smoother |
Definition at line 63 of file block_multilevel.h.