PRISMS-PF Manual v3.0-pre
All Classes Functions Variables Enumerations Pages
conditionalOStreams Class Reference

A class that allows printing to different output streams that are classified based on their verbosity. For now, this consists of two stream the release and debug. The debug stream provides more information that may be useful when debugging. More...

#include <conditional_ostreams.h>

Public Member Functions

 conditionalOStreams ()
 Constructor.
 
 ~conditionalOStreams ()
 Destructor.
 

Static Public Member Functions

static dealii::ConditionalOStream & pout_base ()
 Generic parallel output stream. Used for essential information in release and debug mode.
 
static dealii::ConditionalOStream & pout_verbose ()
 Verbose parallel output stream. Used for additional information in debug mode.
 
static dealii::ConditionalOStream & pout_summary ()
 Log output stream for writing a summary.log file.
 

Detailed Description

A class that allows printing to different output streams that are classified based on their verbosity. For now, this consists of two stream the release and debug. The debug stream provides more information that may be useful when debugging.


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