XGC1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Protected Attributes | Private Attributes | List of all members
Diagnostic Class Reference

#include <diagnostic.hpp>

Inheritance diagram for Diagnostic:
Inheritance graph
[legend]
Collaboration diagram for Diagnostic:
Collaboration graph
[legend]

Public Member Functions

bool is_triggered (int step)
 
bool has_been_triggered (int step)
 
 Diagnostic ()
 
void init (const std::string &name, int period, int first_step=-1)
 
void open_stream (const std::string &filename, const XGC_IO_Mode &mode)
 
void close_stream ()
 
void write (const XGC_IO &xgc_io)
 
void start_write_step ()
 
bool is_first_step ()
 
void end_write_step ()
 

Public Attributes

bool is_on
 

Protected Attributes

StepTrigger step_trigger
 

Private Attributes

XGC_IO_Stream stream
 

Constructor & Destructor Documentation

Diagnostic::Diagnostic ( )
inline

Member Function Documentation

void Diagnostic::close_stream ( )
inline

Closes the ADIOS2 stream for writing diagnostics.

Returns
void

Here is the call graph for this function:

Here is the caller graph for this function:

void Diagnostic::end_write_step ( )
inline

Here is the caller graph for this function:

bool Diagnostic::has_been_triggered ( int  step)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void Diagnostic::init ( const std::string &  name,
int  period,
int  first_step = -1 
)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

bool Diagnostic::is_first_step ( )
inline

Here is the caller graph for this function:

bool Diagnostic::is_triggered ( int  step)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

void Diagnostic::open_stream ( const std::string &  filename,
const XGC_IO_Mode mode 
)
inline

Opens the ADIOS2 stream to write diagnostics.

Parameters
[in]filenameName of the file to be written to by this stream
[in]modeWrite mode (new or append)
Returns
void

Here is the call graph for this function:

Here is the caller graph for this function:

void Diagnostic::start_write_step ( )
inline

Here is the caller graph for this function:

void Diagnostic::write ( const XGC_IO xgc_io)
inline

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

bool Diagnostic::is_on
StepTrigger Diagnostic::step_trigger
protected
XGC_IO_Stream Diagnostic::stream
private

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