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

plb::ReductiveBoxProcessingFunctional3D_T< T, nDim > Struct Template Reference

Easy instantiation of boxed data processor for a single tensor field. More...

#include <reductiveDataProcessingFunctional3D.h>

Inheritance diagram for plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >:
Collaboration diagram for plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >:

List of all members.

Public Member Functions

virtual void process (Box3D domain, TensorField3D< T, nDim > &field)=0
virtual void processGenericBlocks (Box3D domain, std::vector< AtomicBlock3D * > atomicBlocks)
 Invoke parent-method "processGenericBlocks" through a type-cast.

Detailed Description

template<typename T, int nDim>
struct plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >

Easy instantiation of boxed data processor for a single tensor field.


Member Function Documentation

template<typename T, int nDim>
virtual void plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >::process ( Box3D  domain,
TensorField3D< T, nDim > &  field 
) [pure virtual]
template<typename T , int nDim>
void plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >::processGenericBlocks ( Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]

Invoke parent-method "processGenericBlocks" through a type-cast.

Implements plb::ReductiveBoxProcessingFunctional3D.

References plb::ReductiveBoxProcessingFunctional3D_T< T, nDim >::process().


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