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

mpiParallelIO.h File Reference

#include "core/globalDefs.h"
#include "io/plbFiles.h"
#include <string>
#include <vector>
Include dependency graph for mpiParallelIO.h:
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.


namespace  plb::parallelIO

Functions

void plb::parallelIO::writeRawData (FileName fName, std::vector< plint > const &myBlockIds, std::vector< plint > const &offset, std::vector< std::vector< char > > &data)
void plb::parallelIO::loadRawData (FileName fName, std::vector< plint > const &myBlockIds, std::vector< plint > const &offset, std::vector< std::vector< char > > &data)

Detailed Description

I/O routines for 3D multiblock -- header file.