Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::MatrixMarketSystemWriter Class Reference
Collaboration diagram for Alien::MatrixMarketSystemWriter:

Public Member Functions

 MatrixMarketSystemWriter (std::string const &filename, Arccore::MessagePassing::IMessagePassingMng *parallel_mng=nullptr)
void dump (Matrix const &A, std::string const &description)
void dump (Vector const &rhs, std::string const &description)

Private Attributes

std::string m_filename
Arccore::Integer m_rank
Arccore::Integer m_nproc
Arccore::MessagePassing::IMessagePassingMng * m_parallel_mng = nullptr

Detailed Description

Definition at line 34 of file MatrixMarketSystemWriter.h.

Constructor & Destructor Documentation

◆ MatrixMarketSystemWriter()

Alien::MatrixMarketSystemWriter::MatrixMarketSystemWriter ( std::string const & filename,
Arccore::MessagePassing::IMessagePassingMng * parallel_mng = nullptr )

Definition at line 39 of file MatrixMarketSystemWriter.cc.

◆ ~MatrixMarketSystemWriter()

Alien::MatrixMarketSystemWriter::~MatrixMarketSystemWriter ( )
virtual

Definition at line 58 of file MatrixMarketSystemWriter.cc.

Member Function Documentation

◆ dump() [1/2]

void Alien::MatrixMarketSystemWriter::dump ( Matrix const & A,
std::string const & description )

Definition at line 60 of file MatrixMarketSystemWriter.cc.

◆ dump() [2/2]

void Alien::MatrixMarketSystemWriter::dump ( Vector const & rhs,
std::string const & description )

Definition at line 139 of file MatrixMarketSystemWriter.cc.

Member Data Documentation

◆ m_filename

std::string Alien::MatrixMarketSystemWriter::m_filename
private

Definition at line 44 of file MatrixMarketSystemWriter.h.

◆ m_nproc

Arccore::Integer Alien::MatrixMarketSystemWriter::m_nproc
private

Definition at line 45 of file MatrixMarketSystemWriter.h.

◆ m_parallel_mng

Arccore::MessagePassing::IMessagePassingMng* Alien::MatrixMarketSystemWriter::m_parallel_mng = nullptr
private

Definition at line 46 of file MatrixMarketSystemWriter.h.

◆ m_rank

Arccore::Integer Alien::MatrixMarketSystemWriter::m_rank
private

Definition at line 45 of file MatrixMarketSystemWriter.h.


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