Bookmark and Share FiPy: A Finite Volume PDE Solver Using Python
Version 3.0.1-dev139-ge5d2233

Previous topic

viewers Package

Next topic

gnuplotViewer Package

This Page

Contact

FiPy developers
Jonathan Guyer
Daniel Wheeler
James Warren

Join our mailing list

100 Bureau Drive, M/S 6555
Gaithersburg, MD 20899

301-975-5329 Telephone
301-975-4553 Facsimile

gistViewer Package

gistViewer Package

fipy.viewers.gistViewer.GistViewer(vars, title=None, limits={}, **kwlimits)

Generic function for creating a GistViewer.

The GistViewer factory will search the module tree and return an instance of the first GistViewer it finds of the correct dimension.

Parameters :
vars

a CellVariable or tuple of CellVariable objects to plot

title

displayed at the top of the Viewer window

limits : dict

a (deprecated) alternative to limit keyword arguments

xmin, xmax, ymin, ymax, datamin, datamax

displayed range of data. A 1D Viewer will only use xmin and xmax, a 2D viewer will also use ymin and ymax. All viewers will use datamin and datamax. Any limit set to a (default) value of None will autoscale.

colorbar Module

gist1DViewer Module

gist2DViewer Module

gistVectorViewer Module

gistViewer Module

test Module

Test numeric implementation of the mesh