Palabos  Version 1.0
dataProcessingFunctional3D.h File Reference
#include "core/globalDefs.h"
#include "core/geometry3D.h"
#include "core/blockSurface3D.h"
#include "atomicBlock/dataProcessor3D.h"
#include <vector>
Include dependency graph for dataProcessingFunctional3D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::BoxProcessingFunctional3D
 Easy instantiation of boxed data processor (general case) More...
class  plb::BoxProcessor3D
 A Boxed data processor, automatically generated from a BoxProcessingFunctional3D. More...
class  plb::BoxProcessorGenerator3D
 An automatically created generator for the BoxProcessor3D. More...
struct  plb::BoxProcessingFunctional3D_L< T, Descriptor >
 Easy instantiation of boxed data processor for a single lattice. More...
struct  plb::MaskedBoxProcessingFunctional3D_L< T, Descriptor >
 Easy instantiation of boxed data processor for a single lattice with bool mask. More...
struct  plb::BoxProcessingFunctional3D_S< T >
 Easy instantiation of boxed data processor for a single scalar field. More...
struct  plb::BoxProcessingFunctional3D_T< T, nDim >
 Easy instantiation of boxed data processor for a single tensor field. More...
struct  plb::BoxProcessingFunctional3D_N< T >
 Easy instantiation of boxed data processor for a single n-tensor field. More...
struct  plb::MaskedBoxProcessingFunctional3D_N< T >
 Easy instantiation of boxed data processor for a single n-tensor field with bool mask. More...
struct  plb::BoxProcessingFunctional3D_LL< T1, Descriptor1, T2, Descriptor2 >
 Easy instantiation of boxed data processor for lattice-lattice coupling. More...
struct  plb::BoxProcessingFunctional3D_SS< T1, T2 >
 Easy instantiation of boxed data processor for ScalarField-ScalarField coupling. More...
struct  plb::BoxProcessingFunctional3D_TT< T1, nDim1, T2, nDim2 >
 Easy instantiation of boxed data processor for TensorField-TensorField coupling. More...
struct  plb::BoxProcessingFunctional3D_ST< T1, T2, nDim >
 Easy instantiation of boxed data processor for ScalarField-TensorField coupling. More...
struct  plb::BoxProcessingFunctional3D_NN< T1, T2 >
 Easy instantiation of boxed data processor for NTensorField-NTensorField coupling. More...
struct  plb::MaskedBoxProcessingFunctional3D_NN< T1, T2 >
 Easy instantiation of boxed data processor for NTensorField-NTensorField coupling with bool mask. More...
struct  plb::BoxProcessingFunctional3D_SN< T1, T2 >
 Easy instantiation of boxed data processor for ScalarField-NTensorField coupling. More...
struct  plb::BoxProcessingFunctional3D_LS< T1, Descriptor, T2 >
 Easy instantiation of boxed data processor for Lattice-ScalarField coupling. More...
struct  plb::BoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >
 Easy instantiation of boxed data processor for Lattice-TensorField coupling. More...
struct  plb::BoxProcessingFunctional3D_LN< T1, Descriptor, T2 >
 Easy instantiation of boxed data processor for Lattice-NTensorField coupling. More...
struct  plb::MaskedBoxProcessingFunctional3D_LN< T1, Descriptor, T2 >
 Easy instantiation of boxed data processor for Lattice-NTensorField coupling with bool mask. More...
struct  plb::LatticeBoxProcessingFunctional3D< T, Descriptor >
 Easy instantiation of boxed data processor for multiple lattices. More...
struct  plb::ScalarFieldBoxProcessingFunctional3D< T >
 Easy instantiation of boxed data processor for multiple scalarFields. More...
struct  plb::TensorFieldBoxProcessingFunctional3D< T, nDim >
 Easy instantiation of boxed data processor for multiple tensorFields. More...
struct  plb::NTensorFieldBoxProcessingFunctional3D< T >
 Easy instantiation of boxed data processor for multiple n-tensorFields. More...
struct  plb::MaskedNTensorFieldBoxProcessingFunctional3D< T >
 Easy instantiation of boxed data processor for multiple n-tensorFields. More...
struct  plb::DotProcessingFunctional3D
 Easy instantiation of dotted data processor (general case) More...
class  plb::DotProcessor3D
 A Dotted data processor, automatically generated from a DotProcessingFunctional3D. More...
class  plb::DotProcessorGenerator3D
 An automatically created generator for the DotProcessor3D. More...
struct  plb::DotProcessingFunctional3D_L< T, Descriptor >
 Easy instantiation of dotted data processor for a single lattice. More...
struct  plb::DotProcessingFunctional3D_S< T >
 Easy instantiation of dotted data processor for a single scalar field. More...
struct  plb::DotProcessingFunctional3D_T< T, nDim >
 Easy instantiation of dotted data processor for a single tensor field. More...
struct  plb::DotProcessingFunctional3D_N< T >
 Easy instantiation of dotted data processor for a single n-tensor field. More...
struct  plb::DotProcessingFunctional3D_LL< T1, Descriptor1, T2, Descriptor2 >
 Easy instantiation of dotted data processor for lattice-lattice coupling. More...
struct  plb::DotProcessingFunctional3D_SS< T1, T2 >
 Easy instantiation of dotted data processor for ScalarField-ScalarField coupling. More...
struct  plb::DotProcessingFunctional3D_TT< T1, nDim1, T2, nDim2 >
 Easy instantiation of dotted data processor for TensorField-TensorField coupling. More...
struct  plb::DotProcessingFunctional3D_ST< T1, T2, nDim >
 Easy instantiation of dotted data processor for ScalarField-TensorField coupling. More...
struct  plb::DotProcessingFunctional3D_NN< T1, T2 >
 Easy instantiation of dotted data processor for NTensorField-NTensorField coupling. More...
struct  plb::DotProcessingFunctional3D_SN< T1, T2 >
 Easy instantiation of dotted data processor for ScalarField-NTensorField coupling. More...
struct  plb::DotProcessingFunctional3D_LS< T1, Descriptor, T2 >
 Easy instantiation of dotted data processor for Lattice-ScalarField coupling. More...
struct  plb::DotProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >
 Easy instantiation of dotted data processor for Lattice-TensorField coupling. More...
struct  plb::DotProcessingFunctional3D_LN< T1, Descriptor, T2 >
 Easy instantiation of dotted data processor for Lattice-NTensorField coupling. More...
struct  plb::LatticeDotProcessingFunctional3D< T, Descriptor >
 Easy instantiation of dotted data processor for multiple lattices. More...
struct  plb::ScalarFieldDotProcessingFunctional3D< T >
 Easy instantiation of dotted data processor for multiple scalarFields. More...
struct  plb::TensorFieldDotProcessingFunctional3D< T, nDim >
 Easy instantiation of dotted data processor for multiple tensorFields. More...
struct  plb::NTensorFieldDotProcessingFunctional3D< T >
 Easy instantiation of dotted data processor for multiple n-tensorFields. More...
class  plb::BoundedBoxProcessingFunctional3D
 Easy instantiation of boxed data processor special boundary treatment (general case) More...
class  plb::BoundedBoxProcessingFunctional3D::BulkWrapperFunctional
class  plb::BoundedBoxProcessingFunctional3D::PlaneWrapperFunctional
class  plb::BoundedBoxProcessingFunctional3D::EdgeWrapperFunctional
class  plb::BoundedBoxProcessingFunctional3D::CornerWrapperFunctional
struct  plb::BoundedBoxProcessingFunctional3D_L< T, Descriptor >
 Easy instantiation of bounded boxed data processor for a single lattice. More...
struct  plb::BoundedBoxProcessingFunctional3D_S< T >
 Easy instantiation of bounded boxed data processor for a single scalar field. More...
struct  plb::BoundedBoxProcessingFunctional3D_T< T, nDim >
 Easy instantiation of bounded boxed data processor for a single tensor field. More...
struct  plb::BoundedBoxProcessingFunctional3D_N< T >
 Easy instantiation of bounded boxed data processor for a single n-tensor field. More...
struct  plb::BoundedMaskedBoxProcessingFunctional3D_N< T >
 Easy instantiation of bounded boxed data processor for a single n-tensor field with bool mask. More...
struct  plb::BoundedBoxProcessingFunctional3D_LL< T1, Descriptor1, T2, Descriptor2 >
 Easy instantiation of bounded boxed data processor for lattice-lattice coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_SS< T1, T2 >
 Easy instantiation of bounded boxed data processor for ScalarField-ScalarField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_TT< T1, nDim1, T2, nDim2 >
 Easy instantiation of bounded boxed data processor for TensorField-TensorField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_ST< T1, T2, nDim >
 Easy instantiation of bounded boxed data processor for ScalarField-TensorField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_NN< T1, T2 >
 Easy instantiation of bounded boxed data processor for NTensorField-NTensorField coupling. More...
struct  plb::BoundedMaskedBoxProcessingFunctional3D_NN< T1, T2 >
 Easy instantiation of bounded boxed data processor for NTensorField-NTensorField coupling with bool mask. More...
struct  plb::BoundedBoxProcessingFunctional3D_SN< T1, T2 >
 Easy instantiation of bounded boxed data processor for ScalarField-NTensorField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_LS< T1, Descriptor, T2 >
 Easy instantiation of bounded boxed data processor for Lattice-ScalarField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >
 Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling. More...
struct  plb::BoundedBoxProcessingFunctional3D_LN< T1, Descriptor, T2 >
 Easy instantiation of bounded boxed data processor for Lattice-NTensorField coupling. More...
struct  plb::BoundedMaskedBoxProcessingFunctional3D_LN< T1, Descriptor, T2 >
 Easy instantiation of bounded boxed data processor for Lattice-NTensorField coupling. More...
struct  plb::BoundedLatticeBoxProcessingFunctional3D< T, Descriptor >
 Easy instantiation of bounded boxed data processor for multiple lattices. More...
struct  plb::BoundedScalarFieldBoxProcessingFunctional3D< T >
 Easy instantiation of bounded boxed data processor for multiple scalar fields. More...
struct  plb::BoundedTensorFieldBoxProcessingFunctional3D< T, nDim >
 Easy instantiation of bounded boxed data processor for multiple tensor fields. More...
struct  plb::BoundedNTensorFieldBoxProcessingFunctional3D< 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.



Detailed Description

Utilities to help users handle data processors -- header file.