$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

serializerIO_3D.hh File Reference

#include "io/serializerIO_3D.h"
#include "core/plbDebug.h"
#include "core/runTimeDiagnostics.h"
#include "parallelism/mpiManager.h"
#include "multiBlock/multiBlockSerializer3D.h"
#include "io/serializerIO.h"
#include <istream>
#include <ostream>
#include <fstream>
Include dependency graph for serializerIO_3D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T >
std::ostream & plb::block2ostream (std::ostream &ostr, Block3D const &block)
 Flush the content of a Block3D into a generic C++ stream with space-separated ASCII words.
template<typename T >
std::istream & plb::istream2block (std::istream &istr, Block3D &block)
 Flush the content of a generic C++ stream with ASCII content into a Block3D.