|
Palabos
Version 1.0
|
#include "core/globalDefs.h"#include "core/geometry2D.h"#include "core/blockSurface2D.h"#include "atomicBlock/dataProcessor2D.h"#include <vector>

Go to the source code of this file.
Classes | |
| struct | plb::ReductiveBoxProcessingFunctional2D |
| Easy instantiation of reductive boxed data processor (general case) More... | |
| class | plb::PlainReductiveBoxProcessingFunctional2D |
| ReductiveBoxProcessingFunctional2D which instantiates its own statistics object. More... | |
| class | plb::ReductiveBoxProcessor2D |
| A reductive boxed data processor, automatically generated from a ReductiveBoxProcessingFunctional2D. More... | |
| class | plb::ReductiveBoxProcessorGenerator2D |
| An automatically created generator for the ReductiveBoxProcessor2D. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_L< T, Descriptor > |
| Easy instantiation of boxed data processor for a single lattice. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_S< T > |
| Easy instantiation of boxed data processor for a single scalar field. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_T< T, nDim > |
| Easy instantiation of boxed data processor for a single tensor field. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_N< T > |
| Easy instantiation of boxed data processor for a single n-tensor field. More... | |
| struct | plb::MaskedReductiveBoxProcessingFunctional2D_N< T > |
| Easy instantiation of boxed data processor for a single n-tensor field. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_LL< T1, Descriptor1, T2, Descriptor2 > |
| Easy instantiation of boxed data processor for lattice-lattice coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_SS< T1, T2 > |
| Easy instantiation of boxed data processor for ScalarField-ScalarField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_TT< T1, nDim1, T2, nDim2 > |
| Easy instantiation of boxed data processor for TensorField-TensorField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_ST< T1, T2, nDim > |
| Easy instantiation of boxed data processor for ScalarField-TensorField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_NN< T1, T2 > |
| Easy instantiation of boxed data processor for NTensorField-NTensorField coupling. More... | |
| struct | plb::MaskedReductiveBoxProcessingFunctional2D_NN< T1, T2 > |
| Easy instantiation of boxed data processor for NTensorField-NTensorField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_SN< T1, T2 > |
| Easy instantiation of boxed data processor for ScalarField-NTensorField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_LS< T1, Descriptor, T2 > |
| Easy instantiation of boxed data processor for Lattice-ScalarField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_LT< T1, Descriptor, T2, nDim > |
| Easy instantiation of boxed data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::ReductiveBoxProcessingFunctional2D_LN< T1, Descriptor, T2 > |
| Easy instantiation of boxed data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::MaskedReductiveBoxProcessingFunctional2D_LN< T1, Descriptor, T2 > |
| Easy instantiation of boxed data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::ReductiveLatticeBoxProcessingFunctional2D< T, Descriptor > |
| Easy instantiation of boxed data processor for multiple lattices. More... | |
| struct | plb::ReductiveScalarFieldBoxProcessingFunctional2D< T > |
| Easy instantiation of boxed data processor for multiple scalarFields. More... | |
| struct | plb::ReductiveTensorFieldBoxProcessingFunctional2D< T, nDim > |
| Easy instantiation of boxed data processor for multiple tensorFields. More... | |
| struct | plb::ReductiveNTensorFieldBoxProcessingFunctional2D< T > |
| Easy instantiation of boxed data processor for multiple n-tensorFields. More... | |
| class | plb::ReductiveDotProcessingFunctional2D |
| Easy instantiation of reductive boxed data processor (general case) More... | |
| class | plb::PlainReductiveDotProcessingFunctional2D |
| ReductiveDotProcessingFunctional2D which instantiates its own statistics object. More... | |
| class | plb::ReductiveDotProcessor2D |
| A ReductiveDotted data processor, automatically generated from a ReductiveDotProcessingFunctional2D. More... | |
| class | plb::ReductiveDotProcessorGenerator2D |
| An automatically created generator for the ReductiveDotProcessor2D. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_L< T, Descriptor > |
| Easy instantiation of dotted data processor for a single lattice. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_S< T > |
| Easy instantiation of dotted data processor for a single scalar field. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_T< T, nDim > |
| Easy instantiation of dotted data processor for a single tensor field. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_N< T > |
| Easy instantiation of dotted data processor for a single n-tensor field. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_LL< T1, Descriptor1, T2, Descriptor2 > |
| Easy instantiation of dotted data processor for lattice-lattice coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_SS< T1, T2 > |
| Easy instantiation of dotted data processor for ScalarField-ScalarField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_TT< T1, nDim1, T2, nDim2 > |
| Easy instantiation of dotted data processor for TensorField-TensorField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_ST< T1, T2, nDim > |
| Easy instantiation of dotted data processor for ScalarField-TensorField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_NN< T1, T2 > |
| Easy instantiation of dotted data processor for NTensorField-NTensorField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_SN< T1, T2 > |
| Easy instantiation of dotted data processor for ScalarField-NTensorField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_LS< T1, Descriptor, T2 > |
| Easy instantiation of dotted data processor for Lattice-ScalarField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_LT< T1, Descriptor, T2, nDim > |
| Easy instantiation of dotted data processor for Lattice-TensorField coupling. More... | |
| struct | plb::ReductiveDotProcessingFunctional2D_LN< T1, Descriptor, T2 > |
| Easy instantiation of dotted data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::ReductiveLatticeDotProcessingFunctional2D< T, Descriptor > |
| Easy instantiation of dotted data processor for multiple lattices. More... | |
| struct | plb::ReductiveScalarFieldDotProcessingFunctional2D< T > |
| Easy instantiation of dotted data processor for multiple scalarFields. More... | |
| struct | plb::ReductiveTensorFieldDotProcessingFunctional2D< T, nDim > |
| Easy instantiation of dotted data processor for multiple tensorFields. More... | |
| struct | plb::ReductiveNTensorFieldDotProcessingFunctional2D< T > |
| Easy instantiation of dotted data processor for multiple n-tensorFields. More... | |
| class | plb::BoundedReductiveBoxProcessingFunctional2D |
| Easy instantiation of boxed reductive data processor special boundary treatment (general case) More... | |
| class | plb::BoundedReductiveBoxProcessingFunctional2D::BulkWrapperFunctional |
| class | plb::BoundedReductiveBoxProcessingFunctional2D::EdgeWrapperFunctional |
| class | plb::BoundedReductiveBoxProcessingFunctional2D::CornerWrapperFunctional |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_L< T, Descriptor > |
| Easy instantiation of bounded boxed data processor for a single lattice. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_S< T > |
| Easy instantiation of bounded boxed data processor for a single scalar field. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_T< T, nDim > |
| Easy instantiation of bounded boxed data processor for a single tensor field. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_N< T > |
| Easy instantiation of bounded boxed data processor for a single n-tensor field. More... | |
| struct | plb::BoundedMaskedReductiveBoxProcessingFunctional2D_N< T > |
| Easy instantiation of bounded boxed data processor for a single n-tensor field. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_LL< T1, Descriptor1, T2, Descriptor2 > |
| Easy instantiation of bounded boxed data processor for lattice-lattice coupling. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_SS< T1, T2 > |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_TT< T1, nDim1, T2, nDim2 > |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_ST< T1, T2, nDim > |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_NN< T1, T2 > |
| struct | plb::BoundedMaskedReductiveBoxProcessingFunctional2D_NN< T1, T2 > |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_SN< T1, T2 > |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_LS< T1, Descriptor, T2 > |
| Easy instantiation of bounded boxed data processor for Lattice-ScalarField coupling. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_LT< T1, Descriptor, T2, nDim > |
| Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling. More... | |
| struct | plb::BoundedReductiveBoxProcessingFunctional2D_LN< T1, Descriptor, T2 > |
| Easy instantiation of bounded boxed data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::BoundedMaskedReductiveBoxProcessingFunctional2D_LN< T1, Descriptor, T2 > |
| Easy instantiation of bounded boxed data processor for Lattice-NTensorField coupling. More... | |
| struct | plb::BoundedReductiveLatticeBoxProcessingFunctional2D< T, Descriptor > |
| Easy instantiation of bounded boxed data processor for multiple lattices. More... | |
| struct | plb::BoundedReductiveScalarFieldBoxProcessingFunctional2D< T > |
| Easy instantiation of bounded boxed data processor for multiple scalar fields. More... | |
| struct | plb::BoundedReductiveTensorFieldBoxProcessingFunctional2D< T, nDim > |
| Easy instantiation of bounded boxed data processor for multiple tensor fields. More... | |
| struct | plb::BoundedReductiveNTensorFieldBoxProcessingFunctional2D< T > |
| Easy instantiation of bounded boxed data processor for multiple n-tensor fields. More... | |
Namespaces | |
| namespace | plb |
All OpenLB code is contained in this namespace. | |
Utilities to help users handle data processors -- header file.