Schur elimination operator on a linear system. More...
#include <core/alien/expression/schur/SchurOp.h>
Public Types | |
| enum | eErrorType { NoError , WithErrors } |
| Type of algorithm. More... | |
| typedef SimpleCSRMatrix< Arccore::Real > | MatrixImpl |
| Type of the matrix implementation. | |
| typedef SimpleCSRVector< Arccore::Real > | VectorImpl |
| Type of the vector implementation. | |
Public Member Functions | |
| SchurOp (IMatrix &A, IVector &b) | |
| Constructor. | |
| virtual | ~SchurOp () |
| Free resources. | |
| eErrorType | computePrimarySystem (IMatrix &pA, IVector &pb) const |
| Shur the linear system. | |
| eErrorType | computeSolutionFromPrimaryUnknowns (IVector const &pX, IVector &sX) const |
| typedef SimpleCSRMatrix<Arccore::Real> Alien::SchurOp::MatrixImpl |
| typedef SimpleCSRVector<Arccore::Real> Alien::SchurOp::VectorImpl |
Constructor.
Definition at line 28 of file SchurOp.cc.
|
inlinevirtual |
| SchurOp::eErrorType Alien::SchurOp::computePrimarySystem | ( | IMatrix & | pA, |
| IVector & | pb ) const |
Shur the linear system.
| [in] | matrix | The matrix |
| [in] | vector | The vector |
Definition at line 40 of file SchurOp.cc.
References Alien::IMatrixImpl::block(), Alien::MultiMatrixImpl::get(), Alien::MultiVectorImpl::get(), Alien::IMatrix::impl(), Alien::IVector::impl(), Alien::Block::size(), and Alien::IMatrixImpl::vblock().
| SchurOp::eErrorType Alien::SchurOp::computeSolutionFromPrimaryUnknowns | ( | IVector const & | pX, |
| IVector & | sX ) const |
Definition at line 602 of file SchurOp.cc.