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

plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim > Struct Template Reference

Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling. More...

#include <dataProcessingFunctional3D.h>

Inheritance diagram for plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >:
Collaboration diagram for plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >:

List of all members.

Public Member Functions

virtual void processBulkGeneric (Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processPlaneGeneric (int direction, int orientation, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processEdgeGeneric (int plane, int normal1, int normal2, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processCornerGeneric (int normalX, int normalY, int normalZ, Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
virtual void processBulk (Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0
virtual void processPlane (int direction, int orientation, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0
virtual void processEdge (int plane, int normal1, int normal2, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0
virtual void processCorner (int normalX, int normalY, int normalZ, Box3D domain, BlockLattice3D< T1, Descriptor > &lattice, TensorField3D< T2, nDim > &field)=0

Detailed Description

template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
struct plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >

Easy instantiation of bounded boxed data processor for Lattice-TensorField coupling.


Member Function Documentation

template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
virtual void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processBulk ( Box3D  domain,
BlockLattice3D< T1, Descriptor > &  lattice,
TensorField3D< T2, nDim > &  field 
) [pure virtual]
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processBulkGeneric ( Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
virtual void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processCorner ( int  normalX,
int  normalY,
int  normalZ,
Box3D  domain,
BlockLattice3D< T1, Descriptor > &  lattice,
TensorField3D< T2, nDim > &  field 
) [pure virtual]
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processCornerGeneric ( int  normalX,
int  normalY,
int  normalZ,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
virtual void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processEdge ( int  plane,
int  normal1,
int  normal2,
Box3D  domain,
BlockLattice3D< T1, Descriptor > &  lattice,
TensorField3D< T2, nDim > &  field 
) [pure virtual]
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processEdgeGeneric ( int  plane,
int  normal1,
int  normal2,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]
template<typename T1, template< typename U > class Descriptor, typename T2, int nDim>
virtual void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processPlane ( int  direction,
int  orientation,
Box3D  domain,
BlockLattice3D< T1, Descriptor > &  lattice,
TensorField3D< T2, nDim > &  field 
) [pure virtual]
template<typename T1 , template< typename U > class Descriptor, typename T2 , int nDim>
void plb::BoundedBoxProcessingFunctional3D_LT< T1, Descriptor, T2, nDim >::processPlaneGeneric ( int  direction,
int  orientation,
Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]

The documentation for this struct was generated from the following files: