Not sure what you're looking for. I'm not sure what a "a tetrahedron or Hexahedron mesh" is. Do you have some kind of picture of it that you can post? Some guesses:
- Do you want a grid of (x,y) locations where the z value is a parabola? So it's like you have a bowl sitting above (or below) the x-y plane? Because if that's so, you don't need z. The I value is the z value, which is the distance from the x-y plane.
- Or do you want to do some kind of Delaunay triangulation of a set of (x,y,z) points to form a surface with a bunch of triangles on it?