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

plb::ReductiveBoxProcessingFunctional3D_ST< T1, T2, nDim > Struct Template Reference

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

#include <reductiveDataProcessingFunctional3D.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<typename T1, typename T2, int nDim>
struct plb::ReductiveBoxProcessingFunctional3D_ST< T1, T2, nDim >

Easy instantiation of boxed data processor for ScalarField-TensorField coupling.


Member Function Documentation

template<typename T1, typename T2, int nDim>
virtual void plb::ReductiveBoxProcessingFunctional3D_ST< T1, T2, nDim >::process ( Box3D  domain,
ScalarField3D< T1 > &  field1,
TensorField3D< T2, nDim > &  field2 
) [pure virtual]
template<typename T1 , typename T2 , int nDim>
void plb::ReductiveBoxProcessingFunctional3D_ST< T1, T2, nDim >::processGenericBlocks ( Box3D  domain,
std::vector< AtomicBlock3D * >  atomicBlocks 
) [inline, virtual]

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

Implements plb::ReductiveBoxProcessingFunctional3D.

References plb::ReductiveBoxProcessingFunctional3D_ST< T1, T2, nDim >::process().


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