Post-processing #111
mark-hobbs
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be good to have some basic post-processing functionality in PeriPy. This could also be useful for inspecting input files and verifying that boundary conditions are applied as expected.
I found a package, Mayavi: 3D scientific data visualization and plotting in Python, that looks like it would be well suited to the task. The function points3d allows you to plot x, y, z coordinates plus an associate scalar value for each point. This scalar could be a flag to indicate that a node is constrained etc. I have this functionality in my original Matlab code and it saved me many headaches.
I believe that issue #89 might actually be due to a poorly constructed input file and has nothing to do with the damage model. This could have easily been avoided by visually verifying that the correct nodes were constrained etc.
Beta Was this translation helpful? Give feedback.
All reactions