Replies: 2 comments
-
Depending on the version of MAPDL that generated the result file, it's quite likely that the entries are now corrupted as there's been a change in the API. @PProfizi, do we support reading *.emat files within https://github.com/pyansys/pydpf-core? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @akaszynski. Sadly it seems we do not yet support *.emat files. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I am trying to retrieve the residual Newton-Raphson load vector from the
.emat
file.To what exactly the "newton raphson load entries" correspond, when using the command
emat_file.read_element()
?I obtain some values in the order of 10^300 which are very high compared to the load vector that I can also obtain from the
.full
file.Thank you,
Louis
Beta Was this translation helpful? Give feedback.
All reactions