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

StochasticResults object should be capable of accumulating data #14412

Closed
aeslaughter opened this issue Nov 21, 2019 · 1 comment
Closed

StochasticResults object should be capable of accumulating data #14412

aeslaughter opened this issue Nov 21, 2019 · 1 comment
Labels
C: Modules P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@aeslaughter
Copy link
Contributor

Reason

The STM will require a set of simulations to run, have the results processed, and then preform additional runs if needed.

Design

The StochasticResults object should have a flag, "append_data", that will allow new data from
transfers to be appended to the existing data. The SamplerPostprocessorTransfer will need to be made to work with this change by always extending the VPP vectors. The StochasticResults object will size the vectors as needed for appending or not.

Impact

This will add new capability.

@aeslaughter aeslaughter added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Nov 21, 2019
@aeslaughter aeslaughter added this to To Do in Stochastic Tools via automation Nov 21, 2019
@aeslaughter
Copy link
Contributor Author

If operating in this mode the StochasticResults should be set to use "contains_complete_history"

aeslaughter added a commit to aeslaughter/moose that referenced this issue Nov 26, 2019
@aeslaughter aeslaughter moved this from To Do to Done in Stochastic Tools Nov 26, 2019
@aeslaughter aeslaughter moved this from Done to In progress in Stochastic Tools Nov 26, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Nov 27, 2019
aeslaughter added a commit to aeslaughter/moose that referenced this issue Dec 2, 2019
@bwspenc bwspenc closed this as completed in 5e60586 Dec 7, 2019
Stochastic Tools automation moved this from In progress to Done Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Modules P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
Development

No branches or pull requests

2 participants