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

Ensure Solution Vector Equality before first solve #1396

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

Ensure Solution Vector Equality before first solve #1396

friedmud opened this issue Feb 14, 2014 · 2 comments
Assignees
Labels
C: Framework T: task An enhancement to the software.

Comments

@friedmud
Copy link
Contributor

All solution vectors (current, old and older) must hold exactly the same values before the first solve. So if any initial adaptivity with reprojection (or whatever else) was done we need to be sure all the vectors are the same....

@ghost ghost assigned aeslaughter Feb 14, 2014
@andrsd
Copy link
Contributor

andrsd commented Feb 14, 2014

I moved the block that does initial adaptivity before copySolutionBackward(). It does not affect any application. Attaching a patch for review, if it is what we want to do...

@aeslaughter
Copy link
Contributor

In 1d0c6cf:

Applied the patch attached to ticket 1396:
Initial adaptivity happens before copy solution backwards (closes #1396)
Added test to check for initial solution equality

aeslaughter added a commit that referenced this issue Feb 14, 2014
… before copy solution backwards (closes #1396) Added test to check for initial solution equality

r20719
permcody added a commit to permcody/moose that referenced this issue Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: Framework T: task An enhancement to the software.
Projects
None yet
Development

No branches or pull requests

3 participants