A class that enables using multiple diagnostics simultaneously. More...
#include <multiple_diagnostics.hpp>


Public Member Functions | |
| MultipleDiagnostics (const vector< DiagnosticFunction *> &diag_list) | |
| Class constructor. More... | |
| void | operator() (const hdsim &sim) |
| Perform diagnostics. More... | |
Public Attributes | |
| const vector< DiagnosticFunction * > | diag_list_ |
| List of diagnostics. | |
A class that enables using multiple diagnostics simultaneously.
Definition at line 12 of file multiple_diagnostics.hpp.
|
explicit |
Class constructor.
| diag_list | List of pointers to diagnostics |
Definition at line 3 of file multiple_diagnostics.cpp.
|
virtual |
Perform diagnostics.
| sim | Hydrodynamic simulation |
Implements DiagnosticFunction.
Definition at line 6 of file multiple_diagnostics.cpp.
1.8.13