Block-Structured AMR Software Framework
AMReX_parstream.H
Go to the documentation of this file.
1 #ifndef AMREX_PARSTREAM_H_
2 #define AMREX_PARSTREAM_H_
3 #include <AMReX_Config.H>
4 
5 #include <iosfwd>
6 #include <string>
7 namespace amrex
8 {
9 
23  std::ostream& pout();
24 
33  void setPoutBaseName(const std::string & a_Name);
34 
44  const std::string & poutFileName();
45 
46 }
47 #endif // _PARSTREAM_H_
Definition: AMReX_Amr.cpp:49
const std::string & poutFileName()
return the current filename as used by pout()
Definition: AMReX_parstream.cpp:184
std::ostream & pout()
the stream that all output except error msgs should use
Definition: AMReX_parstream.cpp:116
void setPoutBaseName(const std::string &a_Name)
Set the base name for the parallel output files used by pout().
Definition: AMReX_parstream.cpp:162