pylbm.Domain.visualize

method

Domain.visualize(viewer_app=<module 'pylbm.viewer.matplotlib_viewer' from '/home/docs/checkouts/readthedocs.org/user_builds/pylbm/conda/latest/lib/python3.10/site-packages/pylbm/viewer/matplotlib_viewer.py'>, view_geom=True, view_distance=False, view_in=True, view_out=True, view_bound=False, view_normal=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_geomboolean

view the underlying geometry default is True

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

view_normalboolean or int or list, optional

view the normal vectors 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