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

plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > Class Template Reference

Copy over the boundary from coarse to fine with third order interpolation for unknown populations. More...

#include <fineGridProcessors2D.h>

Inheritance diagram for plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >:
Collaboration diagram for plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >:

List of all members.

Public Member Functions

 CopyCoarseToFineBoundaryCubicInterp2D (RescaleEngine< T, Descriptor1 > *rescaleEngine_, plint direction_, plint orientation_, plint whereToInterpolate_)
virtual ~CopyCoarseToFineBoundaryCubicInterp2D ()
 CopyCoarseToFineBoundaryCubicInterp2D (CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > const &rhs)
CopyCoarseToFineBoundaryCubicInterp2D
< T, Descriptor1, Descriptor2 > & 
operator= (CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > const &rhs)
virtual void process (Box2D domain, BlockLattice2D< T, Descriptor1 > &coarseLattice, BlockLattice2D< T, Descriptor2 > &fineLattice)
virtual
CopyCoarseToFineBoundaryCubicInterp2D
< T, Descriptor1, Descriptor2 > * 
clone () const
virtual void getTypeOfModification (std::vector< modif::ModifT > &modified) const

Detailed Description

template<typename T, template< typename U > class Descriptor1, template< typename U > class Descriptor2>
class plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >

Copy over the boundary from coarse to fine with third order interpolation for unknown populations.


Constructor & Destructor Documentation

template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::CopyCoarseToFineBoundaryCubicInterp2D ( RescaleEngine< T, Descriptor1 > *  rescaleEngine_,
plint  direction_,
plint  orientation_,
plint  whereToInterpolate_ 
) [inline]
template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::~CopyCoarseToFineBoundaryCubicInterp2D (  )  [inline, virtual]
template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::CopyCoarseToFineBoundaryCubicInterp2D ( CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > const &  rhs  )  [inline]

Member Function Documentation

template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > * plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::clone (  )  const [inline, virtual]
template<typename T, template< typename U > class Descriptor1, template< typename U > class Descriptor2>
virtual void plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::getTypeOfModification ( std::vector< modif::ModifT > &  modified  )  const [inline, virtual]
template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > & plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::operator= ( CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 > const &  rhs  )  [inline]
template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
void plb::CopyCoarseToFineBoundaryCubicInterp2D< T, Descriptor1, Descriptor2 >::process ( Box2D  domain,
BlockLattice2D< T, Descriptor1 > &  coarseLattice,
BlockLattice2D< T, Descriptor2 > &  fineLattice 
) [inline, virtual]

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