My Project
|
A struct for returning timing data from a simulator to its caller. More...
#include <SimulatorReport.hpp>
Public Member Functions | |
bool | operator== (const SimulatorReportSingle &) const |
void | operator+= (const SimulatorReportSingle &sr) |
Increment this report's times by those in sr. | |
void | reportStep (std::ostream &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. | |
template<class Serializer > | |
void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
static SimulatorReportSingle | serializationTestObject () |
A struct for returning timing data from a simulator to its caller.