-
Notifications
You must be signed in to change notification settings - Fork 47
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
tutorial 22 does not give right solution #70
Comments
I remember this issue during the summer, but I did not figure out this at that moment. |
Actually, it works just fine for implicit Euler, but for Crank-Nicolson scheme, there is something wrong when calculating the second time step. |
Do we still have this example? |
Hi Milan, I think it is P03-03-newton-heat-ie (but Crank-Nicolson is not used any more). Right now we (so far mostly me) are in the process of changing all examples to the new WeakForm etc. style in Pavel Karban's "weakform" branch. So maybe if there is a will to re-implement this example, it can already be done in this branch (that is supposed to become master as soon as all examples are converted). |
CSCMatrix<Scalar>::multiply_with_vector(,) changed
As we found out with Pavel, the tutorial example 22 does not give correct solution. It does however, if the time step is shortened to 0.1. It does not work here in hpfem/master in the same way as it does not work in step-1.
The text was updated successfully, but these errors were encountered: