My Project
|
A struct for returning timing data from a simulator to its caller. More...
#include <SimulatorReport.hpp>
Public Member Functions | |
SimulatorReportSingle () | |
Default constructor initializing all times to 0.0. | |
void | operator+= (const SimulatorReportSingle &sr) |
Increment this report's times by those in sr. | |
void | reportStep (std::ostringstream &os) const |
Print a report suitable for a single simulation step. | |
void | reportFullyImplicit (std::ostream &os, const SimulatorReportSingle *failedReport=nullptr) const |
Print a report suitable for the end of a fully implicit case, leaving out the pressure/transport time. | |
A struct for returning timing data from a simulator to its caller.