|
MAIA bb96820c
Multiphysics at AIA
|
Go to the source code of this file.
Classes | |
| class | InfoOut_buffer |
| class | InfoOut |
| Base class for all InfoOut<xyz> classes. More... | |
| class | InfoOut_mpiFileBuffer |
| Customized buffer to facilitate MPI I/O usage for a single file for all domains within an MPI communicator. More... | |
| class | InfoOut_simpleFileBuffer |
| Customized buffer to facilitate of a regular physical file for each processor within an MPI communicator. More... | |
| class | InfoOut_streamBuffer |
| Customized string buffer to prepend cout/cerr with the domain id. More... | |
| class | InfoOutFile |
| Class to create a create an output stream for a writable file, using either MPI I/O or a physical file. More... | |
| class | InfoOutStream |
| Class to create an output stream that writes to cout or cerr but prepends each line with the MPI rank. More... | |
Namespaces | |
| namespace | MAIA_INFOOUT_FILETYPES |
| Namespace to hold all supported filetypes within the InfoOutFile. | |
Variables | |
| const MInt | MAIA_INFOOUT_FILETYPES::MAIA_INFOOUT_MPI_FILE = 0 |
| Use a single file for all domains (MPI I/O) More... | |
| const MInt | MAIA_INFOOUT_FILETYPES::MAIA_INFOOUT_SIMPLE_FILE = 1 |
| Use a physical file for each domain. More... | |