Hi, I have what I hope will be a simple question. I have constructed a .dx file which describes data stored in another file for a MHD simulation code. I have a number of objects such as density, pressure, etc. and at the end of the .dx file collect them into a group. I'm finding, however, that the group and size of the simulation are tasking the amount of memory I have available. Is it possible to extract the names of the objects in the .dx file for use in a selector so that I only import one object at a time and can purge them as necessary?
for example: object "Mass Density" class field component "positions" value 1 component "connections" value 2 component "data" value 3 object "Gas Pressure" class field component "positions" value 1 component "connections" value 2 component "data" value 4 ... snip ... object "Data File" class group member "Density" value "Mass Density" member "Pressure" value "Gas Pressure" member "Vx" value "X-Velocity" member "Vy" value "Y-Velocity" member "Vz" value "Z-Velocity" member "Bx" value "X-Bfield" member "By" value "Y-Bfield" member "Bz" value "Z-Bfield" member "Radiation" value "Energy Loss" Thanks! Tom
