Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take an initial dummy step before the simulation. #45

Closed
zekeriyasari opened this issue Sep 2, 2020 · 1 comment
Closed

Take an initial dummy step before the simulation. #45

zekeriyasari opened this issue Sep 2, 2020 · 1 comment

Comments

@zekeriyasari
Copy link
Owner

The inputs of the dynamical systems are interpolated during successive simulation steps. For this purpose, the buffers are used to buffer the input data. The problem is that before the simulation starts, these buffers should be empty and should be correctly filled with true input data of the components. So, take an initial step before actually running the whole simulation to fill(i.e. initialize) the interpolation buffers.)

@zekeriyasari
Copy link
Owner Author

During the run stage of the simulation, the internal buffers of the interpolants of dynamical systems are filled correctly. So, there is no need for an additional dummy step for initialization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant