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

svpost requires that the start and increment values creates a time series that includes the stop value #85

Open
ktbolt opened this issue Oct 5, 2020 · 0 comments
Assignees
Labels

Comments

@ktbolt
Copy link
Contributor

ktbolt commented Oct 5, 2020

When creating an average_result.vtp file you must set the start and increment values to creates results time series that includes the stop value.

For example, start=10, stop=100, inc=40 creates the files

all_results_00010.vtp
all_results_00010.vtu
all_results_00050.vtp
all_results_00050.vtu
all_results_00090.vtp
all_results_00090.vtu

but no average_result.vtp file.

However, start=10, stop=100, inc=30 creates the files

all_results_00010.vtp
all_results_00010.vtu
all_results_00040.vtp
all_results_00040.vtu
all_results_00070.vtp
all_results_00070.vtu
all_results_00100.vtp
all_results_00100.vtu
average_result.vtp

the average_result.vtp file is created because the last time series file equals the stop value.

@ktbolt ktbolt added the bug label Oct 5, 2020
@ktbolt ktbolt self-assigned this Oct 5, 2020
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