Replies: 3 comments 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
-
In the meantime, you can modify your local copy of |
Beta Was this translation helpful? Give feedback.
-
Does this work for you? $ PETSC_OPTIONS="-ksp_monitor" python examples/diffusion/steadyState/mesh20x20/tri2Dinput.py
0 KSP Residual norm 4.827005221118e+00
1 KSP Residual norm 1.172699487022e+00
2 KSP Residual norm 7.080338319206e-01
3 KSP Residual norm 5.011871776826e-01
4 KSP Residual norm 3.748924659047e-01
:
:
finished |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to run Fipy in parallel using Petsc GMRES to solve the linear system of equations. However I believe something is not correct in my code because the residual from GMRES iteration is empty at each sweep. I have placed a sample code below to illustrate what I am doing. If anyone could have a look and provide some feedback, that would be really helpful.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions