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

enhancement of "coupledNeighborValueOld" or "coupledNeighborValueOlder" to "coupledNeighborValuesOld" or "coupledNeighborValuesOlder" for vector case #21989

Closed
JerryLiu2023 opened this issue Sep 1, 2022 · 1 comment · Fixed by #21992
Assignees
Labels
T: task An enhancement to the software.

Comments

@JerryLiu2023
Copy link

Reason

Moose has coupledNeighborValues for vector case but doesn't have for _old or order cases.

Design

_disp_old(coupledValuesOld("displacements")),
_disp_neighbor_old(coupledNeighborValuesOld("displacements")),
that are similar to
_disp(coupledValues("displacements")),
_disp_neighbor(coupledNeighborValues("displacements")),

Impact

Add a new feature.

@JerryLiu2023 JerryLiu2023 added the T: task An enhancement to the software. label Sep 1, 2022
@dschwen dschwen self-assigned this Sep 1, 2022
dschwen added a commit to dschwen/moose that referenced this issue Sep 1, 2022
@GiudGiud
Copy link
Contributor

In #22473 we have a desire for coupledNeighborVectorValue btw.
The AD version is already in the code

GiudGiud pushed a commit to dschwen/moose that referenced this issue Feb 23, 2024
GiudGiud pushed a commit to dschwen/moose that referenced this issue Feb 27, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T: task An enhancement to the software.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants