|
Ascent
0.1.1
An open source architecture for time-based simulations.
|
Public Member Functions | |
| Parameter (Simulator *simulator) | |
| void | update () |
| std::deque< double > | time () |
| std::deque< T > | history () |
| std::string | type () const |
| size_t | length () const |
Public Attributes | |
| size_t | t_begin = 0 |
| bool | infinite = false |
| size_t | steps = 0 |
| bool | clear_on_access = false |
| std::deque< T > | x |
| T * | ptr = nullptr |