Skip to content

Import Newton-Raphson residuals #1190

Answered by mikerife
lschuler1 asked this question in Q&A
Discussion options

You must be logged in to vote

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:

mapdl.post1()
mapdl.set('last')
mapdl.show('png','rev')
mapdl.plnsol('nrre','fnrm',0,'',1)
mapdl.show('close')

Will create a png image of the NR residuals (for NR file nr0001). Did you want the values to manipulate? Mike

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@lschuler1
Comment options

@mikerife
Comment options

Answer selected by germa89
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants