Alien  1.3.0
User documentation
Loading...
Searching...
No Matches
Alien::SystemWriter Class Reference

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)

Detailed Description

Definition at line 36 of file SystemWriter.h.

Constructor & Destructor Documentation

◆ SystemWriter()

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.

◆ ~SystemWriter()

Alien::SystemWriter::~SystemWriter ( )
virtual

Definition at line 87 of file SystemWriter.cc.

Member Function Documentation

◆ dump() [1/5]

void Alien::SystemWriter::dump ( BlockMatrix const & A,
BlockVector const & rhs )

Definition at line 337 of file SystemWriter.cc.

◆ dump() [2/5]

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.

◆ dump() [3/5]

void Alien::SystemWriter::dump ( Matrix const & A)

Definition at line 215 of file SystemWriter.cc.

◆ dump() [4/5]

void Alien::SystemWriter::dump ( Matrix const & A,
Vector const & rhs )

Definition at line 244 of file SystemWriter.cc.

◆ dump() [5/5]

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.


The documentation for this class was generated from the following files: