pylbm.Domain.visualize

method

Domain.visualize(self, viewer_app=<module 'pylbm.viewer.matplotlib_viewer' from '/home/docs/checkouts/readthedocs.org/user_builds/pylbm/conda/0.4.1/lib/python3.6/site-packages/pylbm-0.4.1-py3.6.egg/pylbm/viewer/matplotlib_viewer.py'>, view_distance=False, view_in=True, view_out=True, view_bound=False, label=None, scale=1)

Visualize the domain by creating a plot.

Parameters
viewer_appViewer, optional

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

view_distanceboolean or int or list, optional

view the distance between the interior points and the border default is False if True, then all velocities are considered can specify some specific velocities in a list

view_inboolean, optional

view the inner points default is True

view_outboolean, optional

view the outer points default is True

view_boundboolean or int or list, optional

view the points on the bounds default is False

labelint or list, optional

view the distance only for the specified labels

scaleint or float, optional

scale used for the symbol (default 1)

Returns
object

views