LBMExactSolution< LBMType, dim > Class Template Reference

Basic class for exact solution computation related to Lattice Boltzmann operators. More...

#include <LBMExactSolution.h>

Inheritance diagram for LBMExactSolution< LBMType, dim >:
SchemeExactSolution< LBMType, dim > ExactSolution< LBMType::VectorType, dim > AMRBase< VectorType, dim > controlable LBMF77FileExactSolution< LBMType, dim >

List of all members.

Public Types

typedef LBMType::MicroType MicroType
typedef LBMType::MacroType MacroType

Public Member Functions

 LBMExactSolution (LBMType &lbm)
LBMType & LBM ()
const LBMType & LBM () const

Detailed Description

template<class LBMType, int dim>
class LBMExactSolution< LBMType, dim >

Basic class for exact solution computation related to Lattice Boltzmann operators.

Author:
Ralf Deiterding
Version:
1.0
Date:
Dec-2013

Member Typedef Documentation

template<class LBMType , int dim>
typedef LBMType::MacroType LBMExactSolution< LBMType, dim >::MacroType
template<class LBMType , int dim>
typedef LBMType::MicroType LBMExactSolution< LBMType, dim >::MicroType

Constructor & Destructor Documentation

template<class LBMType , int dim>
LBMExactSolution< LBMType, dim >::LBMExactSolution ( LBMType &  lbm  )  [inline]

Member Function Documentation

template<class LBMType , int dim>
const LBMType& LBMExactSolution< LBMType, dim >::LBM (  )  const [inline]
template<class LBMType , int dim>
LBMType& LBMExactSolution< LBMType, dim >::LBM (  )  [inline]

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