Re: [Paraview] storing tensors in hdf5?

2011-04-09 Thread Felipe Bordeu
hi, I tried open a xdmf file like yours but everything in xml, and works fine, (using paraview 3.8.1 32-bit on OSX) maybe the problem is in your H5 file. good luck. CollectionType="Temporal"> 0.00

Re: [Paraview] storing tensors in hdf5?

2011-04-09 Thread Pratik Mallya
Well, that is why i chose the subject title to be so :). In particular, I since I am using numpy (and h5py) to calculate the tensor, I am storing the result (a 256X256X9 ndarray named Q) into h5 file by using a command of the form: g.create_dataset("Q", data=Q) Does the problem lie here? Am i s

Re: [Paraview] storing tensors in hdf5?

2011-04-09 Thread Pratik Mallya
Pratik Mallya wrote: Well, that is why i chose the subject title to be so :). In particular, I since I am using numpy (and h5py) to calculate the tensor, I am storing the result (a 256X256X9 ndarray named Q) into h5 file by using a command of the form: g.create_dataset("Q", data=Q) Does the pr