Exporting visit data to a single file #20758
-
|
I am trying to export visit data for further analysis in python. As per the user guide, I used the For context, I have a 3D spherical simulation and I want to obtain data on a certain plane. I obtained the normal to the plane, did the slicing, and projected it to 2D. I want to extract this 2D data (on the plane) into a single file for further analysis. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@sudarshanphy I recommend doing a This will create two files, one with any element associated variables and one with any vertex associated variables.
|
Beta Was this translation helpful? Give feedback.


@sudarshanphy I recommend doing a
Blueprintexport with theFlatten_CSVoption.This will create two files, one with any element associated variables and one with any vertex associated variables.