Block-Structured AMR Software Framework
AMReX_Print.H File Reference
#include <AMReX_Config.H>
#include <AMReX.H>
#include <AMReX_ParallelContext.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_ANSIEscCode.H>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <utility>

Go to the source code of this file.

Classes

class  amrex::Print
 This class provides the user with a few print options. More...
 
class  amrex::AllPrint
 Print on all processors of the default communicator. More...
 
class  amrex::PrintToFile
 This class prints to a file with a given base name. More...
 
class  amrex::AllPrintToFile
 Print on all processors of the default communicator. More...
 

Namespaces

 amrex
 

Functions

template<typename T >
std::ostream & amrex::operator<< (std::ostream &os, Array< T, AMREX_SPACEDIM > const &a)
 
template<typename T , typename S >
std::ostream & amrex::operator<< (std::ostream &os, const std::pair< T, S > &v)