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

serializerIO.hh File Reference

#include "io/serializerIO.h"
#include "core/serializer.h"
#include <iosfwd>
#include <iomanip>
Include dependency graph for serializerIO.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 >
void plb::serializerToAsciiStream (DataSerializer const *serializer, std::ostream *ostr, plint numDigits=8)
 Take a Serializer, convert and stream into output in ASCII format.
template<typename T >
void plb::asciiStreamToUnSerializer (std::istream *istr, DataUnSerializer *unSerializer)
 Take an UnSerializer and fill it with data from an ASCII-format input stream.