Public Member Functions | |
| SystemWriter (std::string const &filename, std::string format="ascii", Arccore::MessagePassing::IMessagePassingMng *parallel_mng=nullptr) | |
| void | dump (Matrix const &A) |
| void | dump (Matrix const &A, Vector const &rhs) |
| void | dump (Matrix const &A, Vector const &rhs, Vector const &sol, const SolutionInfo &sol_info) |
| void | dump (BlockMatrix const &A, BlockVector const &rhs) |
| void | dump (BlockMatrix const &A, BlockVector const &rhs, BlockVector const &sol, const SolutionInfo &sol_info) |
Definition at line 36 of file SystemWriter.h.
| Alien::SystemWriter::SystemWriter | ( | std::string const & | filename, |
| std::string | format = "ascii", | ||
| Arccore::MessagePassing::IMessagePassingMng * | parallel_mng = nullptr ) |
Definition at line 57 of file SystemWriter.cc.
|
virtual |
Definition at line 87 of file SystemWriter.cc.
| void Alien::SystemWriter::dump | ( | BlockMatrix const & | A, |
| BlockVector const & | rhs ) |
Definition at line 337 of file SystemWriter.cc.
| void Alien::SystemWriter::dump | ( | BlockMatrix const & | A, |
| BlockVector const & | rhs, | ||
| BlockVector const & | sol, | ||
| const SolutionInfo & | sol_info ) |
Definition at line 373 of file SystemWriter.cc.
| void Alien::SystemWriter::dump | ( | Matrix const & | A | ) |
Definition at line 215 of file SystemWriter.cc.
Definition at line 244 of file SystemWriter.cc.
| void Alien::SystemWriter::dump | ( | Matrix const & | A, |
| Vector const & | rhs, | ||
| Vector const & | sol, | ||
| const SolutionInfo & | sol_info ) |
Definition at line 283 of file SystemWriter.cc.