Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

parstream.H File Reference

#include <iostream>

Include dependency graph for parstream.H:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

std::ostream & pout ()
 Used in place of std::cout for stream based output.


Function Documentation

std::ostream& pout  
 

Used in place of std::cout for stream based output.

Replaces std::cout in most of the Chombo code. In serial this just returns std::cout. in parallel, this creates a file called pout.n where n is the procID of the given processor. Output is then directed to these files. This keeps the output from different processors from getting all jumbled up.


Generated on Wed Jan 19 17:54:22 2005 for Chombo&INSwithParticles by doxygen1.2.16