Hello, I have a problem when I read dataset from file for vtk 3D plot. The dataset size is very large. So I define for example dataset1[100][2000][20],dataset2 [100][2000][20] and so on. It seems that the size of the defined arrays is too large to run the program. Could anyone tell me how solve this kind of problem? Thank you in advance. Zhou