DamBreak++ Wave Simulator 0.3
DamBreak++ Simulation Framework
Loading...
Searching...
No Matches
Testvs19::FileFinalReport Class Reference

Defines a simple way of reporting final statistics or calculations that occured in the simulation. To define the usage of a FinalReport implement the following in the Simulation.properties file in the following manner: FinalReportClass=Report DoFinalReport=true. More...

#include <Testvs19_FileFinalReport.h>

Inheritance diagram for Testvs19::FileFinalReport:

Public Member Functions

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.
void report (Sfx::PhySystem *aPhysys) override
 Use this method to write any final data or calculation to stdout for the user of the simulation.

Detailed Description

Defines a simple way of reporting final statistics or calculations that occured in the simulation. To define the usage of a FinalReport implement the following in the Simulation.properties file in the following manner: FinalReportClass=Report DoFinalReport=true.

Member Function Documentation

◆ report() [1/2]

void Testvs19::FileFinalReport::report ( const Sfx::PhysicalSystem * aPhySys)
finaloverride

Use this method to write any final data or calculation to stdout for the user of the simulation.

Parameters
aPhySysphysical system

◆ report() [2/2]

void Testvs19::FileFinalReport::report ( Sfx::PhySystem * aPhysys)
inlineoverride

Use this method to write any final data or calculation to stdout for the user of the simulation.

Parameters
aPhysysphysical system
Deprecated
keep it backward compatibility but to be removed

The documentation for this class was generated from the following files: