|
Rheolef
7.1
an efficient C++ finite element environment
|
diststream - i/o streams in distributed environment
More...
Go to the source code of this file.
Classes | |
| class | odiststream |
odiststream: see the diststream page for the full documentation More... | |
Namespaces | |
| rheolef | |
| This file is part of Rheolef. | |
Macros | |
| #define | define_sequential_odiststream_raw_macro(arg) |
| #define | define_sequential_odiststream_macro(T) define_sequential_odiststream_raw_macro(const T& x) |
| #define | define_distributed_odiststream_macro(T) |
| #define | define_sequential_idiststream_macro(T) |
| #define | define_distributed_raw_idiststream_macro(T) |
| #define | define_distributed_idiststream_macro(T) define_distributed_raw_idiststream_macro(T& x) |
Functions | |
| template<class T > | |
| odiststream & | operator<< (odiststream &s, T x) |
| define_sequential_idiststream_macro (char) define_sequential_idiststream_macro(int) define_sequential_idiststream_macro(long int) define_sequential_idiststream_macro(unsigned int) define_sequential_idiststream_macro(long unsigned int) define_sequential_idiststream_macro(float) define_sequential_idiststream_macro(double) define_sequential_idiststream_macro(long double) define_sequential_idiststream_macro(std | |
| bool | dis_scatch (idiststream &ips, const communicator &comm, std::string ch) |
| distributed version of scatch(istream&,string) More... | |
| bool | dis_scatch (idiststream &ips, std::string ch) |
| idiststream & | operator>> (idiststream &ids, const catchmark &m) |
| odiststream & | operator<< (odiststream &ods, const catchmark &m) |
| int | dis_system (const std::string &command, const communicator &comm) |
| bool | dis_file_exists (const std::string &filename, const communicator &comm) |
diststream - i/o streams in distributed environment
Definition in file diststream.h.
| #define define_sequential_odiststream_raw_macro | ( | arg | ) |
Definition at line 249 of file diststream.h.
| #define define_sequential_odiststream_macro | ( | T | ) | define_sequential_odiststream_raw_macro(const T& x) |
Definition at line 255 of file diststream.h.
| #define define_distributed_odiststream_macro | ( | T | ) |
Definition at line 258 of file diststream.h.
| #define define_sequential_idiststream_macro | ( | T | ) |
Definition at line 373 of file diststream.h.
| #define define_distributed_raw_idiststream_macro | ( | T | ) |
Definition at line 392 of file diststream.h.
| #define define_distributed_idiststream_macro | ( | T | ) | define_distributed_raw_idiststream_macro(T& x) |
Definition at line 400 of file diststream.h.