Writing tensor data to vtk file #1298
Unanswered
ankushaggarwal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I write tensor data as point/cell data to vtk file? I tried passing an array of size N33 and 33N but it only saves as vectors of length 3. I can flatten to save an array of size N*9, but that creates an arbitrariness in the ordering. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions