-
Notifications
You must be signed in to change notification settings - Fork 5
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
Poisson solver debugging [WIP] #32
Conversation
In
I'm noticing that the above segment is used in a lot of tests and it'd be good to avoid code duplication. We should use a function that is already tested to do the above, if such a function is available in the library. |
|
this is what I did: Changed the headers in
Then I ran the code using :
No ksp output was generated Then I tried calling the test function explicitly at the bottom of the file using:
and then running the code using:
No ksp output was generated. Please help. |
Can you also add It should now be printing residual norm values of each iteration. |
This is what I have in
and in
I'm running using p.s. I also added |
Dealt with in #37 |
No description provided.