pyLBM.Domain.visualize

Domain.visualize(viewer_app=<module 'pyLBM.viewer.matplotlibViewer' from '/home/docs/checkouts/readthedocs.org/user_builds/pylbm-loic/conda/fix-readthedoc/lib/python2.7/site-packages/pyLBM-0.3.0-py2.7.egg/pyLBM/viewer/matplotlibViewer.pyc'>, view_distance=False, view_in=True, view_out=True, view_bound=False, label=None)

Visualize the domain by creating a plot.

Parameters:

viewer_app : Viewer, optional

define the viewer to plot the domain default is viewer.matplotlibViewer

view_distance : boolean or int or list of int, optional

view the distance between the interior points and the border default is False

view_in : boolean, optional

view the inner points default is True

view_out : boolean, optional

view the outer points default is True

view_bound : boolean, optional

view the points on the bounds default is False

label : int or list of int, optional

view the distance only for the specified labels

Returns:

a figure representing the domain