#include <AMReX_Config.H>
#include <iosfwd>
#include <string>
Go to the source code of this file.
Namespaces | |
amrex | |
Functions | |
std::ostream & | amrex::pout () |
the stream that all output except error msgs should use More... | |
void | amrex::setPoutBaseName (const std::string &a_Name) |
Set the base name for the parallel output files used by pout(). More... | |
const std::string & | amrex::poutFileName () |
return the current filename as used by pout() More... | |