$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
A counter for keeping track of discrete time evolution. More...
#include <blockStatistics.h>
Public Member Functions | |
| TimeCounter () | |
| TimeCounter (plint iniTime) | |
| void | incrementTime () |
| Increment the value of time step in this lattice. | |
| void | resetTime (pluint value=0) |
| Reset the value of time step in this lattice. | |
| pluint | getTime () const |
| Get the value of time step in this lattice. | |
A counter for keeping track of discrete time evolution.
| plb::TimeCounter::TimeCounter | ( | ) | [inline] |
| plb::TimeCounter::TimeCounter | ( | plint | iniTime | ) | [inline] |
| pluint plb::TimeCounter::getTime | ( | ) | const [inline] |
Get the value of time step in this lattice.
Referenced by plb::FineGridBoundaryDynamics< T, Descriptor >::completePopulations(), plb::OscillatingPoiseuilleProfile3D< T, Descriptor >::getData(), plb::IncreasingPoiseuilleProfile3D< T, Descriptor >::getData(), plb::Copy_t1_to_t0_3D< T, Descriptor >::process(), plb::Copy_t1_to_t0_2D< T, Descriptor >::process(), plb::InterpolatePopulationsFunctional3D< T, Descriptor >::process(), plb::CopyFineToCoarse3D< T, Descriptor1, Descriptor2 >::process(), plb::CopyFineToCoarseWithFiltering2D< T, Descriptor1, Descriptor2 >::process(), and plb::CopyFineToCoarse2D< T, Descriptor1, Descriptor2 >::process().
| void plb::TimeCounter::incrementTime | ( | ) | [inline] |
Increment the value of time step in this lattice.
Referenced by plb::MultiBlockLattice3D< T, Descriptor >::incrementTime(), plb::MultiBlockLattice2D< T, Descriptor >::incrementTime(), plb::BlockLattice3D< T, Descriptor >::incrementTime(), and plb::BlockLattice2D< T, Descriptor >::incrementTime().
| void plb::TimeCounter::resetTime | ( | pluint | value = 0 |
) | [inline] |
Reset the value of time step in this lattice.
Referenced by plb::MultiBlockLattice3D< T, Descriptor >::resetTime(), and plb::MultiBlockLattice2D< T, Descriptor >::resetTime().
1.6.3
1.6.3