-
|
Hi all, Is there a way to directly import Newton-Raphson residuals to Python ? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @lschuler1 What do you want to do with the NR residuals? We can plot them but need to redirect to a png file as MAPDL will default to grph file. So: Will create a png image of the NR residuals (for NR file |
Beta Was this translation helpful? Give feedback.
-
|
Thank you @mikerife, your code with panda works fine. |
Beta Was this translation helpful? Give feedback.
Hi @lschuler1 What do you want to do with the NR residuals? We can plot them but need to redirect to a png file as MAPDL will default to grph file. So:
Will create a png image of the NR residuals (for NR file
nr0001). Did you want the values to manipulate? Mike