Print on all processors of the default communicator. More...
#include <AMReX_Print.H>
Public Member Functions | |
| AllPrintToFile (std::string file_name_) | |
| Example: AllPrint() << " x = " << x << ' ';. | |
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 | |
| PrintToFile & | operator= (PrintToFile const &)=delete |
| PrintToFile & | operator= (PrintToFile &&)=delete |
| PrintToFile & | SetPrecision (int p) |
| template<typename T > | |
| PrintToFile & | operator<< (const T &x) |
| PrintToFile & | operator<< (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 |
Print on all processors of the default communicator.
|
inlineexplicit |
Example: AllPrint() << " x = " << x << '
';.