[Paraview] storing tensors in hdf5?
Pratik Mallya
pratik.mallya at gmail.com
Sat Apr 9 09:28:43 EDT 2011
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 supposed to use a different
format/function of h5py, or something? Because I can see the .h5 file
using hdfview, and it seems perfectly all right.
--
*Pratik Mallya*
http://en.wikipedia.org/wiki/User:Pratik.mallya
More information about the ParaView
mailing list