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

Retrieve _u_old in AuxKernels #74

Closed
loganharbour opened this issue Jan 6, 2021 · 0 comments · Fixed by #78
Closed

Retrieve _u_old in AuxKernels #74

loganharbour opened this issue Jan 6, 2021 · 0 comments · Fixed by #78

Comments

@loganharbour
Copy link
Contributor

Reason

We're switching away to providing _u_old and _u_older in AuxKernels so that we can only construct older solution states when they are needed.

Design

First, update _u_old and _u_older in AuxKernels to use internal APIs. After MOOSE is updated, switch to the new API uOld() and uOlder().

Impact

Enables the storage of only the AuxVariable solution states that are requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant