On Aug 25, 2008, at 8:25 PM, franck kalala wrote:
How do I plot this surface z=exp(-(x**2+y**2)) using viewers within fipy, for a given 2D mesh.
Create a CellVariable with that value and view it as usual. Alternatively, make CellVariable\s of x and y and then z will automatically be a CellVariable.
