SPH
Public Member Functions | List of all members
IDiagnostic Class Referenceabstract

Base class of diagnostics of the run. More...

#include <Diagnostics.h>

Inheritance diagram for IDiagnostic:
Polymorphic CourantInstabilityDiagnostic OvercoolingDiagnostic ParticlePairingDiagnostic SmoothingDiscontinuityDiagnostic

Public Member Functions

virtual DiagnosticsReport check (const Storage &storage, const Statistics &stats) const =0
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Base class of diagnostics of the run.

Compared to IIntegral, the diagnostics returns a boolean result, indicating whether everything is OK or an error occured.

Definition at line 31 of file Diagnostics.h.

Member Function Documentation

◆ check()

virtual DiagnosticsReport IDiagnostic::check ( const Storage storage,
const Statistics stats 
) const
pure virtual

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