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

Build an array variable out of multiple normal variables #16402

Closed
smharper opened this issue Dec 5, 2020 · 0 comments · Fixed by #16403
Closed

Build an array variable out of multiple normal variables #16402

smharper opened this issue Dec 5, 2020 · 0 comments · Fixed by #16403
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

@smharper
Copy link
Contributor

smharper commented Dec 5, 2020

Reason

I'm running into an issue coupling two different applications where one consumes an array variable and the other only supports scalar field variables. It would be helpful for cases like this to have an AuxKernel or some other class for combining multiple scalar fields into an array field.

Design

The new class should be able to take an arbitrary number of scalar variables and copy their contents into different components of an array variable.

Impact

This would provide new functionality.

@smharper smharper added T: task An enhancement to the software. P: normal A defect affecting operation with a low possibility of significantly affects. labels Dec 5, 2020
@smharper smharper self-assigned this Dec 5, 2020
smharper added a commit to smharper/moose that referenced this issue Dec 5, 2020
smharper added a commit to smharper/moose that referenced this issue Dec 15, 2020
smharper added a commit to smharper/moose that referenced this issue Feb 22, 2021
aeslaughter pushed a commit to aeslaughter/moose that referenced this issue Jun 2, 2021
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.

2 participants