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

Postprocessor to postprocessor transfer #2115

Closed
mooseframework opened this issue Feb 14, 2014 · 2 comments
Closed

Postprocessor to postprocessor transfer #2115

mooseframework opened this issue Feb 14, 2014 · 2 comments
Assignees
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@mooseframework
Copy link

Need ability to transfer a postprocessor value from a multiapp to a postprocessor value in the master app.

@ghost ghost assigned friedmud Feb 14, 2014
@friedmud
Copy link
Contributor

In 39fe7d5:

Add Postprocessor transfer from Master to MultiApp closes #2115

@mooseframework
Copy link
Author

I have attached an updated MultiAppPostprocessorTransfer.C file that allows the user to transfer a Postprocessor from a MultiApp to the master app iff there is one Sub-App that has a Postprocessor matching the user provided "to_postprocessor" name. If there are zero or more than one Sub-Apps that have a Postprocessor matching the name "to_postprocessor" an error is thrown. Is it okay to include this addition in MultiAppPostprocessorTransfer.C?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

2 participants