Block-Structured AMR Software Framework
amrex::AllPrintToFile Class Reference

Print on all processors of the default communicator. More...

#include <AMReX_Print.H>

Inheritance diagram for amrex::AllPrintToFile:
amrex::PrintToFile

Public Member Functions

 AllPrintToFile (std::string file_name_)
 Example: AllPrint() << " x = " << x << '
';. More...
 
- Public Member Functions inherited from amrex::PrintToFile
 PrintToFile (std::string file_name_)
 
 PrintToFile (std::string file_name_, int rank_)
 
 PrintToFile (std::string file_name_, int rank_, MPI_Comm comm_)
 
 ~PrintToFile ()
 
 PrintToFile (PrintToFile const &)=delete
 
 PrintToFile (PrintToFile &&)=delete
 
PrintToFileoperator= (PrintToFile const &)=delete
 
PrintToFileoperator= (PrintToFile &&)=delete
 
PrintToFileSetPrecision (int p)
 
template<typename T >
PrintToFileoperator<< (const T &x)
 
PrintToFileoperator<< (std::basic_ostream< char, std::char_traits< char > > &(*func)(std::basic_ostream< char, std::char_traits< char > > &))
 

Additional Inherited Members

- Static Public Attributes inherited from amrex::PrintToFile
static constexpr int AllProcs = -1
 

Detailed Description

Print on all processors of the default communicator.

Constructor & Destructor Documentation

◆ AllPrintToFile()

amrex::AllPrintToFile::AllPrintToFile ( std::string  file_name_)
inlineexplicit

Example: AllPrint() << " x = " << x << '
';.


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