![]() |
deltaFlow
|
Writes the message file (.msg) with iteration history. More...
#include <MsgFileWriter.H>
Public Member Functions | |
| bool | write (const std::string &jobName, const std::string &solverName, const std::vector< std::pair< int, double > > &iterationHistory, double tolerance, bool converged) const |
| Writes the message file (.msg) with iteration history. | |
Writes the message file (.msg) with iteration history.
Definition at line 40 of file MsgFileWriter.H.
| bool MsgFileWriter::write | ( | const std::string & | jobName, |
| const std::string & | solverName, | ||
| const std::vector< std::pair< int, double > > & | iterationHistory, | ||
| double | tolerance, | ||
| bool | converged | ||
| ) | const |
Writes the message file (.msg) with iteration history.
| jobName | Job name (used as output filename stem). |
| solverName | Name of the solver method used. |
| iterationHistory | Vector of (iteration, error) pairs. |
| tolerance | Convergence tolerance. |
| converged | Whether the solver converged. |
Definition at line 31 of file MsgFileWriter.C.
References OutputFileCommon::dateStr(), Display::fileBanner(), Display::pageWidth, Display::sectionHeader(), and OutputFileCommon::timeStr().

