#include <stepper.hh>
Public Types | |
| enum | { dim = GridFactory :: dim } |
| typedef GridFactoryT | GridFactory |
| typedef GridFactory::Scalar | Scalar |
| typedef GridFactory::InputData | InputData |
| typedef GridFactory::Point | Point |
| typedef GridFactory::Edge | Edge |
| typedef GridFactory::Cell | Cell |
Public Member Functions | |
| Stepper (const int &iStepMax0=1e4) | |
| ~Stepper () | |
| void | init (const int &blockNumber0=0) |
| void | reset () |
| const int & | Id () const |
| int & | Id () |
| const int & | iStepMax () const |
| int & | iStepMax () |
| const int & | stepperSize () const |
| int & | stepperSize () |
| const bool & | otherStep () const |
| bool & | otherStep () |
| const bool & | firstStep () const |
| bool & | firstStep () |
| const std::vector< bool > & | newStep () const |
| std::vector< bool > & | newStep () |
| const std::vector< Scalar > & | velocity () const |
| std::vector< Scalar > & | velocity () |
Private Attributes | |
| int | Id_ |
| int | iStepMax_ |
| int | stepperSize_ |
| bool | otherStep_ |
| bool | firstStep_ |
| std::vector< bool > | newStep_ |
| std::vector< Scalar > | velocity_ |
Definition at line 29 of file stepper.hh.
| typedef GridFactory :: Cell msbGrid::Stepper< GridFactoryT >::Cell |
Definition at line 45 of file stepper.hh.
| typedef GridFactory :: Edge msbGrid::Stepper< GridFactoryT >::Edge |
Definition at line 44 of file stepper.hh.
| typedef GridFactoryT msbGrid::Stepper< GridFactoryT >::GridFactory |
Definition at line 36 of file stepper.hh.
| typedef GridFactory :: InputData msbGrid::Stepper< GridFactoryT >::InputData |
Definition at line 41 of file stepper.hh.
| typedef GridFactory :: Point msbGrid::Stepper< GridFactoryT >::Point |
Definition at line 43 of file stepper.hh.
| typedef GridFactory :: Scalar msbGrid::Stepper< GridFactoryT >::Scalar |
Definition at line 38 of file stepper.hh.
| anonymous enum |
| Enumerator | |
|---|---|
| dim | |
Definition at line 39 of file stepper.hh.
|
inline |
Definition at line 59 of file stepper.hh.
|
inline |
Definition at line 65 of file stepper.hh.
|
inline |
Definition at line 114 of file stepper.hh.
|
inline |
Definition at line 117 of file stepper.hh.
|
inline |
Definition at line 90 of file stepper.hh.
|
inline |
Definition at line 93 of file stepper.hh.
|
inline |
Definition at line 67 of file stepper.hh.
|
inline |
Definition at line 96 of file stepper.hh.
|
inline |
Definition at line 99 of file stepper.hh.
|
inline |
Definition at line 120 of file stepper.hh.
|
inline |
Definition at line 123 of file stepper.hh.
|
inline |
Definition at line 108 of file stepper.hh.
|
inline |
Definition at line 111 of file stepper.hh.
|
inline |
Definition at line 83 of file stepper.hh.
|
inline |
Definition at line 102 of file stepper.hh.
|
inline |
Definition at line 105 of file stepper.hh.
|
inline |
Definition at line 126 of file stepper.hh.
|
inline |
Definition at line 129 of file stepper.hh.
|
private |
Definition at line 53 of file stepper.hh.
|
private |
Definition at line 48 of file stepper.hh.
|
private |
Definition at line 49 of file stepper.hh.
|
private |
Definition at line 55 of file stepper.hh.
|
private |
Definition at line 52 of file stepper.hh.
|
private |
Definition at line 50 of file stepper.hh.
|
private |
Definition at line 56 of file stepper.hh.