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

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

Coupling to be added to coarse lattice: interpolates on the boundary of a grid-refined domain. More...

#include <fineGridProcessors2D.h>

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

List of all members.

Public Member Functions

 CopyCoarseToFineBoundaryLinearInterp2D (RescaleEngine< T, Descriptor1 > *rescaleEngine_, plint direction_, plint orientation_, plint whereToInterpolate_)
virtual ~CopyCoarseToFineBoundaryLinearInterp2D ()
 CopyCoarseToFineBoundaryLinearInterp2D (CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > const &rhs)
CopyCoarseToFineBoundaryLinearInterp2D
< T, Descriptor1, Descriptor2 > & 
operator= (CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > const &rhs)
virtual void process (Box2D domain, BlockLattice2D< T, Descriptor1 > &coarseLattice, BlockLattice2D< T, Descriptor2 > &fineLattice)
virtual
CopyCoarseToFineBoundaryLinearInterp2D
< 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::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >

Coupling to be added to coarse lattice: interpolates on the boundary of a grid-refined domain.

This processor interpolates in the desired direction from the chosen coarse node. There is an error check to avoid out-of-range errors when accessing coarse and fine cells, both of which could happen, because the processor acts on bulk and boundary nodes. In an out-of-range case, interpolation is not executed.


Constructor & Destructor Documentation

template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
plb::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >::CopyCoarseToFineBoundaryLinearInterp2D ( 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::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >::~CopyCoarseToFineBoundaryLinearInterp2D (  )  [inline, virtual]
template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
plb::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >::CopyCoarseToFineBoundaryLinearInterp2D ( CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > const &  rhs  )  [inline]

Member Function Documentation

template<typename T , template< typename U > class Descriptor1, template< typename U > class Descriptor2>
CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > * plb::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >::clone (  )  const [inline, virtual]
template<typename T, template< typename U > class Descriptor1, template< typename U > class Descriptor2>
virtual void plb::CopyCoarseToFineBoundaryLinearInterp2D< 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>
CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > & plb::CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 >::operator= ( CopyCoarseToFineBoundaryLinearInterp2D< T, Descriptor1, Descriptor2 > const &  rhs  )  [inline]

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