5#include "include/Sfx_IFinalReport.h"
8namespace Dsn {
class Simulation; }
26 void report(
const Sfx::PhysicalSystem* aPhySys)
override final;
32 void report( Sfx::PhySystem* aPhysys)
override {}
Defines a simple way of reporting final statistics or calculations that occured in the simulation....
Definition Testvs19_FileFinalReport.h:20
void report(Sfx::PhySystem *aPhysys) override
Use this method to write any final data or calculation to stdout for the user of the simulation.
Definition Testvs19_FileFinalReport.h:32
void report(const Sfx::PhysicalSystem *aPhySys) override final
Use this method to write any final data or calculation to stdout for the user of the simulation.
Definition Testvs19_FileFinalReport.cxx:20
Definition Testvs19_FileFinalReport.h:8
Definition Testvs19_BaseRhsPhysicsAlgorithm.cpp:19