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

MultiApp transfers support array variables #16429

Closed
fdkong opened this issue Dec 8, 2020 · 1 comment · Fixed by #17417
Closed

MultiApp transfers support array variables #16429

fdkong opened this issue Dec 8, 2020 · 1 comment · Fixed by #17417
Labels
C: Framework P: normal A defect affecting operation with a low possibility of significantly affects. T: task An enhancement to the software.

Comments

@fdkong
Copy link
Contributor

fdkong commented Dec 8, 2020

Reason

Array and vector variables are used frequently in many apps and modules. It is time to support these kinds of variable in MultiApp transfers.

Design

Refactor current field transfers or create new transfers to take these variables.

Impact

Enable more applications

@fdkong fdkong added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Dec 8, 2020
GiudGiud added a commit to fdkong/moose that referenced this issue Dec 30, 2022
- Use variable index instead of variable names in routine arguments
- getVariable uses the regular name, find_sys uses the array name (name + _ + component)
refs idaholab#16429
GiudGiud added a commit to fdkong/moose that referenced this issue Dec 30, 2022
- Use variable index instead of variable names in routine arguments
- getVariable uses the regular name, find_sys uses the array name (name + _ + component)
refs idaholab#16429
GiudGiud added a commit to fdkong/moose that referenced this issue Dec 30, 2022
- Use variable index instead of variable names in routine arguments
- getVariable uses the regular name, find_sys uses the array name (name + _ + component)
refs idaholab#16429
GiudGiud added a commit to fdkong/moose that referenced this issue Dec 31, 2022
- Use variable index instead of variable names in routine arguments
- getVariable uses the regular name, find_sys uses the array name (name + _ + component)
refs idaholab#16429
GiudGiud added a commit to fdkong/moose that referenced this issue Jan 1, 2023
- Use variable index instead of variable names in routine arguments
- getVariable uses the regular name, find_sys uses the array name (name + _ + component)
refs idaholab#16429
@GiudGiud GiudGiud changed the title MultiApp transfers support array and vector variables MultiApp transfers support array variables Jan 1, 2023
@GiudGiud
Copy link
Contributor

GiudGiud commented Jan 1, 2023

Splitting off vector variables in their own issue.

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

Successfully merging a pull request may close this issue.

3 participants