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

serializerIO_2D.hh File Reference

#include "io/serializerIO_2D.h"
#include "core/plbDebug.h"
#include "core/runTimeDiagnostics.h"
#include "parallelism/mpiManager.h"
#include "multiBlock/multiBlockSerializer2D.h"
#include <istream>
#include <ostream>
#include <fstream>
Include dependency graph for serializerIO_2D.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, Block2D const &block)
 Flush the content of a Block2D into a generic C++ stream with space-separated ASCII words.
template<typename T >
std::istream & plb::istream2block (std::istream &istr, Block2D &block)
 Flush the content of a generic C++ stream with ASCII content into a Block2D.