-
Notifications
You must be signed in to change notification settings - Fork 98
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
4th order diffusion is not converging correctly #2593
Comments
the issue happens between 20.05 and 20.06. This is right when we were converting lots of 4th order stuff to C++ |
we also seem to work with a85c95b |
okay, no surprise, the commit that breaks the convergence is 282df54
|
The order of the dT/dx computation for cell-centered vs. average T was wrong -- it was mixed up when converting from Fortran to C++. The PR #2592 now gives the correct convergence |
this has been fixed |
Looking at the
diffusion_test
problem, and using the compilation fixes in PR #2592, we don't seem to be converging 4th order anymore. In particular, the errors are much larger than in theREADME.md
for that problem setup.The text was updated successfully, but these errors were encountered: