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

Go to the source code of this file.
Classes | |
| struct | plb::DataProcessor3D |
| DataProcessors are used to run extended operations on a lattice or data field. More... | |
| struct | plb::DataProcessorGenerator3D |
| This is a factory class generating LatticeProcessors. More... | |
| class | plb::BoxedDataProcessorGenerator3D |
| class | plb::DottedDataProcessorGenerator3D |
| class | plb::ReductiveDataProcessorGenerator3D |
| class | plb::BoxedReductiveDataProcessorGenerator3D |
| class | plb::DottedReductiveDataProcessorGenerator3D |
Namespaces | |
| namespace | plb |
All OpenLB code is contained in this namespace. | |
Interface for dataProcessing steps -- header file.