netxsimdg
|
Public Member Functions | |
void | init () |
Initializes the model, based on some environment stored in the implementing class. | |
void | start (const TimePoint &startTime) |
void | iterate (const TimestepTime &tst) |
void | stop (const TimePoint &stopTime) |
int | getCount () |
Public Member Functions inherited from Nextsim::Iterator::Iterant | |
Iterant (const Iterant ©From)=default | |
Iterant & | operator= (const Iterant ©From)=default |
Iterant (Iterant &&)=default | |
Iterant & | operator= (Iterant &&)=default |
Public Attributes | |
int | count |
int | startCount |
int | stopCount |
Definition at line 16 of file Iterator_test.cpp.
|
inline |
Definition at line 28 of file Iterator_test.cpp.
|
inlinevirtual |
Initializes the model, based on some environment stored in the implementing class.
Implements Nextsim::Iterator::Iterant.
Definition at line 18 of file Iterator_test.cpp.
|
inlinevirtual |
Performs one iteration a specified length
dt | The length of the timestep. |
Implements Nextsim::Iterator::Iterant.
Definition at line 25 of file Iterator_test.cpp.
|
inlinevirtual |
Initializes the iterant based on the start time.
startTime | the time at the initialization of the iterant. |
Implements Nextsim::Iterator::Iterant.
Definition at line 24 of file Iterator_test.cpp.
|
inlinevirtual |
Finalizes the iterant based on the stop time.
stopTime | the time at the finalization of the iterant. |
Implements Nextsim::Iterator::Iterant.
Definition at line 26 of file Iterator_test.cpp.
int Nextsim::Counterant::count |
Definition at line 30 of file Iterator_test.cpp.
int Nextsim::Counterant::startCount |
Definition at line 31 of file Iterator_test.cpp.
int Nextsim::Counterant::stopCount |
Definition at line 32 of file Iterator_test.cpp.