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

Simulation times increases in long simulations #39

Open
ahojukka5 opened this issue Sep 21, 2018 · 1 comment
Open

Simulation times increases in long simulations #39

ahojukka5 opened this issue Sep 21, 2018 · 1 comment
Labels

Comments

@ahojukka5
Copy link
Member

image

image

In my test setup, the tool was not moving at all, so I just run a similar loop about 500 times. The first run is about 0.5 second while the last one was 2 seconds. The only thing change is that new values are updated to fields at the end of each increment. My guess is that querying data from fields is getting slower when the field contains more time increments. At first, the field is interpolated in time direction here, and I don't immediately see any reasons why fetching the newest value from the field should slow down as the size of the data vector grows.

@ahojukka5 ahojukka5 added the bug label Sep 21, 2018
@ahojukka5
Copy link
Member Author

Skipping results writing is not changing the situation.

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

No branches or pull requests

1 participant