Topics | |
| Protection functions. | |
Functions | |
| const ISpace & | Alien::Move::MatrixData::rowSpace () const |
| const ISpace & | Alien::Move::MatrixData::colSpace () const |
| const MatrixDistribution & | Alien::Move::MatrixData::distribution () const |
| const ISpace & | Alien::Move::VectorData::space () const |
| const VectorDistribution & | Alien::Move::VectorData::distribution () const |
|
virtual |
CoDomain Space of the current matrix
| FatalException | if uninitialized. Call isNull before to avoid any problem. |
Implements Alien::IMatrix.
Definition at line 175 of file MatrixData.cc.
Referenced by operator=().
| const MatrixDistribution & Alien::Move::MatrixData::distribution | ( | ) | const |
}@
Parallel distribution of the Matrix.
Definition at line 183 of file MatrixData.cc.
Referenced by operator=().
| const VectorDistribution & Alien::Move::VectorData::distribution | ( | ) | const |
Parallel distribution of the Vector.
Definition at line 148 of file VectorData.cc.
Referenced by operator=().
|
virtual |
Domain Space of the current matrix
| FatalException | if uninitialized. Call isNull before to avoid any problem. |
Implements Alien::IMatrix.
Definition at line 167 of file MatrixData.cc.
Referenced by operator=().
|
virtual |
Domain Space of the current vector
| FatalException | if uninitialized. Call isNull before to avoid any problem. |
Implements Alien::IVector.
Definition at line 140 of file VectorData.cc.
References impl(), and Alien::MultiVectorImpl::space().
Referenced by init(), operator=(), VectorData(), VectorData(), and ~VectorData().