|
Palabos
Version 1.0
|
#include "core/globalDefs.h"#include "core/geometry2D.h"#include "core/blockStatistics.h"#include <vector>#include <algorithm>

Go to the source code of this file.
Classes | |
| struct | plb::DataProcessor2D |
| DataProcessors are used to run extended operations on a lattice or data field. More... | |
| struct | plb::DataProcessorGenerator2D |
| This is a factory class generating LatticeProcessors. More... | |
| class | plb::BoxedDataProcessorGenerator2D |
| class | plb::DottedDataProcessorGenerator2D |
| class | plb::ReductiveDataProcessorGenerator2D |
| class | plb::BoxedReductiveDataProcessorGenerator2D |
| class | plb::DottedReductiveDataProcessorGenerator2D |
Namespaces | |
| namespace | plb |
All OpenLB code is contained in this namespace. | |
Interface for dataProcessing steps -- header file.