Displaying an Elevation grid in ParaView
I'm new to ParaView and completely lost with all the different data formats. All I want to do is display an elevation grid which is produced by a program. I store the elevation grid in a two dimensional array of floats which is indexed by x and y coordinates and stores the z coordinate. In other words elevationGrid[x][y] stores the height above the point (x, y). Which file format should I use for this and how is it defined? It would be ideal if someone could give an example file for, say, a 3x3 grid. A first approach with a 5x5 grid and equation z = x^2+y^2, using a very simple input format.