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

plb::RescaleEngine< T, Descriptor > Class Template Reference

A policy for scaling the data between the cells of a coarse and a fine grid. More...

#include <gridRefinement.h>

Inheritance diagram for plb::RescaleEngine< T, Descriptor >:

List of all members.

Public Member Functions

virtual ~RescaleEngine ()
virtual void scaleCoarseFine (Cell< T, Descriptor > const &coarseCell, std::vector< T > &decomposedFineValues) const =0
 Decompose the values of a coarse cell, and rescale them to the units of a fine cell.
virtual void scaleFineCoarse (Cell< T, Descriptor > const &fineCell, std::vector< T > &decomposedCoarseValues) const =0
 Decompose the values of a fine cell, and rescale them to the units of a coarse cell.
virtual void recompose (Cell< T, Descriptor > &cell, std::vector< T > const &decomposedValues) const =0
 Recompose the values into the variables of a cell, without further rescaling.
virtual plint getDecompositionOrder () const =0
 Get the order (wrt the Chapman-Enskog expansion) at which decomposition is performed.
virtual RescaleEngine< T,
Descriptor > * 
clone () const =0
 Get a clone of this object.

Detailed Description

template<typename T, template< typename U > class Descriptor>
class plb::RescaleEngine< T, Descriptor >

A policy for scaling the data between the cells of a coarse and a fine grid.


Constructor & Destructor Documentation

template<typename T, template< typename U > class Descriptor>
virtual plb::RescaleEngine< T, Descriptor >::~RescaleEngine (  )  [inline, virtual]

Member Function Documentation

template<typename T, template< typename U > class Descriptor>
virtual RescaleEngine<T,Descriptor>* plb::RescaleEngine< T, Descriptor >::clone (  )  const [pure virtual]
template<typename T, template< typename U > class Descriptor>
virtual plint plb::RescaleEngine< T, Descriptor >::getDecompositionOrder (  )  const [pure virtual]
template<typename T, template< typename U > class Descriptor>
virtual void plb::RescaleEngine< T, Descriptor >::recompose ( Cell< T, Descriptor > &  cell,
std::vector< T > const &  decomposedValues 
) const [pure virtual]
template<typename T, template< typename U > class Descriptor>
virtual void plb::RescaleEngine< T, Descriptor >::scaleFineCoarse ( Cell< T, Descriptor > const &  fineCell,
std::vector< T > &  decomposedCoarseValues 
) const [pure virtual]

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