#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 | |
| namespace | amrex |
Functions | |
| template<typename T > | |
| std::ostream & | amrex::operator<< (std::ostream &os, Array< T, 3 > const &a) |
| template<typename T , typename S > | |
| std::ostream & | amrex::operator<< (std::ostream &os, const std::pair< T, S > &v) |