SimulatorReport.hpp
Go to the documentation of this file.
Definition: AnisotropicEikonal.hpp:43 void reportParam(std::ostream &os) unsigned int total_linear_iterations Definition: SimulatorReport.hpp:36 void reportFullyImplicit(std::ostream &os) Print a report, leaving out the transport time. SimulatorReport(bool verbose=true) Default constructor initializing all times to 0.0. A struct for returning timing data from a simulator to its caller. Definition: SimulatorReport.hpp:29 void operator+=(const SimulatorReport &sr) Increment this report's times by those in sr. unsigned int total_newton_iterations Definition: SimulatorReport.hpp:35 |